Skip to content

Commit 7be4c14

Browse files
author
einvbri
committed
[cfg] Add info for new unix.Chroot Checker
The alpha.unix.Chroot checker was promoted in this MR, llvm/llvm-project#117791, so adding severity and documentation links for newly promoted checker.
1 parent f74a8f4 commit 7be4c14

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

config/labels/analyzers/clangsa.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1037,6 +1037,12 @@
10371037
"sei-cert:exp37-c",
10381038
"severity:MEDIUM"
10391039
],
1040+
"unix.Chroot": [
1041+
"doc_url:https://clang.llvm.org/docs/analyzer/checkers.html#unix-chroot-c",
1042+
"profile:extreme",
1043+
"profile:sensitive",
1044+
"severity:MEDIUM"
1045+
],
10401046
"unix.DynamicMemoryModeling": [
10411047
"profile:default",
10421048
"profile:extreme",

0 commit comments

Comments
 (0)