mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 13:24:03 +00:00
sqlfordevs.io moved to sqlfordevs.com
This commit is contained in:
parent
3f631cf1d2
commit
5836241e3c
7 changed files with 7 additions and 7 deletions
|
|
@ -12,4 +12,4 @@ slug: databases-can-generate-random-uuid-keys
|
|||
|
||||
Many applications use the table's numeric primary key in the URL: Bots can scrape all data by incrementing the ID and competitors know your number of customers/resources and growth.Adding a random UUID which is used in URLs solves this.
|
||||
|
||||
https://sqlfordevs.io/uuid-prevent-enumeration-attack
|
||||
https://sqlfordevs.com/uuid-prevent-enumeration-attack
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue