Corben Leo

Results 5 issues of Corben Leo

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

Hi! This pull request adds a check to see if Jenkin users are listable at the `/asynchPeople` endpoint. This can be useful if the username "admin" doesn't exist (as the...

Hey @0xsanny, Thanks for this awesome repo! Could this resource be added? https://blog.zellic.io/2022/08/16/the-vulnerabilities-youll-write-with-anchor/

### Description: This pull-request fixes Whoxy verification and the verifier implements type safety. Using a struct to ensure `Status` == 1 is (or should be?) preferable to string manipulation. ###...