1
0
Fork 0
mirror of https://github.com/archtechx/laravel-tips.git synced 2025-12-12 05:14:04 +00:00

sqlfordevs.io moved to sqlfordevs.com (#31)

This commit is contained in:
Tobias Petry 2022-08-20 14:36:24 +02:00 committed by GitHub
parent 3f631cf1d2
commit 646b0dc35f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 7 deletions

View file

@ -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