|
|
|
|
|
by kevincox
714 days ago
|
|
You don't need to worry about a collision in a UUIDv4 that you created on your server. But I have seen a surprising number of applications that took a UUID generated client side and basically upserted it. Allowing taking over resources who's ID was known via the insert API (even if the update API has proper access control). |
|
Read and take notes. This is crazy in untrusted environments.