CodeQL library for C#
codeql/csharp-all 0.9.2-dev (changelog, source)
Search

Predicate missingAuth

Holds if m is a method that should have an auth check, but is missing it.

Import path

import semmle.code.csharp.security.auth.MissingFunctionLevelAccessControlQuery
predicate missingAuth(ActionMethod m)