Skip to content

Scan rule · RSC-SEC-065

Auth result is never evaluated

SecuritySeverity: HighCWE-862OWASP A01-2021

Reports functions that look up the identity but neither check the result nor bind it to the write — the call has no effect.

Scan tier

Source code from source mapsRepo access (deep scan)

How to fix it

Check the result and bail out when the user is missing, or bind the user id into the written data.

Scan your own app for free