Handle ErrRecordNotFound
appropriately
#51
Labels
also-ref-external
There are other repos which has same code base and might also relate to this issue
ErrRecordNotFound is only thrown when we use functions like First and Last with gorm, it is to be noted that it is not thrown when functions like Find is used, so the code needs to be audited accordingly, and test cases should be written to avoid any security issues.
The text was updated successfully, but these errors were encountered: