Skip to content

Commit

Permalink
[cfg] Update labels file for updated checkers
Browse files Browse the repository at this point in the history
Since the last release some ClangSA checkers were moved to different
packages and some new checkers were introduced. This change updates the
label configuration of CodeChecker to reflect this.
  • Loading branch information
gamesh411 committed Nov 21, 2024
1 parent a6663b3 commit 6634255
Showing 1 changed file with 59 additions and 8 deletions.
67 changes: 59 additions & 8 deletions config/labels/analyzers/clangsa.json
Original file line number Diff line number Diff line change
Expand Up @@ -248,14 +248,9 @@
"profile:sensitive",
"severity:HIGH"
],
"alpha.security.taint.TaintPropagation": [
"doc_url:https://clang.llvm.org/docs/analyzer/checkers.html#alpha-security-taint-taintpropagation-c-c",
"profile:extreme",
"profile:sensitive",
"severity:HIGH"
],
"alpha.unix.BlockInCriticalSection": [
"unix.BlockInCriticalSection": [
"doc_url:https://clang.llvm.org/docs/analyzer/checkers.html#alpha-unix-blockincriticalsection-c",
"profile:default",
"profile:extreme",
"profile:sensitive",
"severity:LOW"
Expand All @@ -278,7 +273,7 @@
"profile:sensitive",
"severity:HIGH"
],
"alpha.unix.SimpleStream": [
"unix.SimpleStream": [
"doc_url:https://clang.llvm.org/docs/analyzer/checkers.html#alpha-unix-simplestream-c",
"profile:extreme",
"severity:MEDIUM"
Expand Down Expand Up @@ -774,6 +769,24 @@
"sei-cert:mem30-c",
"severity:MEDIUM"
],
"optin.taint.GenericTaint": [
"doc_url:https://clang.llvm.org/docs/analyzer/checkers.html#optin-taint-generictaint-c-c",
"profile:extreme",
"profile:sensitive",
"severity:HIGH"
],
"optin.taint.TaintedAlloc": [
"doc_url:https://clang.llvm.org/docs/analyzer/checkers.html#optin-taint-taintedalloc-c-c",
"profile:extreme",
"profile:sensitive",
"severity:HIGH"
],
"optin.taint.TaintedDiv": [
"doc_url:https://clang.llvm.org/docs/analyzer/checkers.html#optin-taint-tainteddiv-c-c-objc",
"profile:extreme",
"profile:sensitive",
"severity:HIGH"
],
"osx.API": [
"doc_url:https://clang.llvm.org/docs/analyzer/checkers.html#osx-api-c"
],
Expand Down Expand Up @@ -869,6 +882,44 @@
"sei-cert:flp30-c",
"severity:MEDIUM"
],
"security.MmapWriteExec": [
"doc_url:https://clang.llvm.org/docs/analyzer/checkers.html#security-mmapwriteexec-c",
"profile:default",
"profile:extreme",
"profile:security",
"profile:sensitive",
"severity:MEDIUM"
],
"security.PointerSub": [
"doc_url:https://clang.llvm.org/docs/analyzer/checkers.html#security-pointersub-c",
"guideline:sei-cert",
"profile:default",
"profile:extreme",
"profile:security",
"profile:sensitive",
"sei-cert:arr36-c",
"severity:HIGH"
],
"security.PutenvStackArray": [
"doc_url:https://clang.llvm.org/docs/analyzer/checkers.html#security-putenvstackarray-c",
"guideline:sei-cert",
"profile:default",
"profile:extreme",
"profile:security",
"profile:sensitive",
"sei-cert:pos34-c",
"severity:HIGH"
],
"security.SetgidSetuidOrder": [
"doc_url:https://clang.llvm.org/docs/analyzer/checkers.html#security-setgidsetuidorder-c",
"guideline:sei-cert",
"profile:default",
"profile:extreme",
"profile:security",
"profile:sensitive",
"sei-cert:pos36-c",
"severity:MEDIUM"
],
"security.cert.env.InvalidPtr": [
"doc_url:https://clang.llvm.org/docs/analyzer/checkers.html#security-cert-env-invalidptr",
"guideline:sei-cert",
Expand Down

0 comments on commit 6634255

Please sign in to comment.