[clang] [clang][analyzer] Add checker 'security.SetgidSetuidOrder' (PR #91445)
Balázs Kéri via cfe-commits
cfe-commits at lists.llvm.org
Mon May 13 07:26:08 PDT 2024
================
@@ -1179,6 +1179,34 @@ security.insecureAPI.DeprecatedOrUnsafeBufferHandling (C)
strncpy(buf, "a", 1); // warn
}
+security.SetgidSetuidOrder (C)
+""""""""""""""""""""""""""""""
----------------
balazske wrote:
Move the new checker into `unix`, or move the chroot checker into `security` (or `alpha.security`)?
https://github.com/llvm/llvm-project/pull/91445
More information about the cfe-commits
mailing list