-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
With the file urls like http://SERVER.TLD/file?id=123
, it's very easy to see any file on the server: you just start with ?id=1
, and keep incrementing the number for as long as you like. To me, it seems like quite a huge security issue.
To work this around, I suggest to use a different identifier for file queries. For example, storing file id as GUID, which is not incremental, might work well.
Also, I think it would be nice to be able to link to the file directly, if it's uploaded to a public place, although if the above were implemented, that would be enough.
Metadata
Metadata
Assignees
Labels
No labels