Predicate needsAuth
Holds if the method m
may need an authorization check.
Import path
import semmle.code.csharp.security.auth.MissingFunctionLevelAccessControlQuery
predicate needsAuth(ActionMethod m)
Holds if the method m
may need an authorization check.
import semmle.code.csharp.security.auth.MissingFunctionLevelAccessControlQuery
predicate needsAuth(ActionMethod m)