bugbountylink icon indicating copy to clipboard operation
bugbountylink copied to clipboard

Fix race-condition

Open lc opened this issue 7 years ago • 0 comments

canCreate isn’t in a shared transaction with the insert function so it's possible to create 2 entries with the same token.

Fix: make the token column UNIQUE PRIMARY KEY

lc avatar Jan 16 '19 21:01 lc