Skip to content

Commit

Permalink
Removing alpha checkers from the security profile
Browse files Browse the repository at this point in the history
Alpha checkers are not production ready so they should be removed
fromt the security profile. This way, the profile can be used
in production without explicitly disabling alpha checkers.
  • Loading branch information
dkrupp committed Jul 8, 2024
1 parent 4c33c5a commit ff0abcc
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions config/labels/analyzers/clangsa.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,11 @@
"alpha.core.CastToStruct": [
"doc_url:https://clang.llvm.org/docs/analyzer/checkers.html#alpha-core-casttostruct-c-c",
"profile:extreme",
"profile:security",
"severity:LOW"
],
"alpha.core.Conversion": [
"doc_url:https://clang.llvm.org/docs/analyzer/checkers.html#alpha-core-conversion-c-c-objc",
"profile:extreme",
"profile:security",
"profile:sensitive",
"severity:LOW"
],
Expand All @@ -59,13 +57,11 @@
"alpha.core.PointerArithm": [
"doc_url:https://clang.llvm.org/docs/analyzer/checkers.html#alpha-core-pointerarithm-c",
"profile:extreme",
"profile:security",
"severity:LOW"
],
"alpha.core.PointerSub": [
"doc_url:https://clang.llvm.org/docs/analyzer/checkers.html#alpha-core-pointersub-c",
"profile:extreme",
"profile:security",
"severity:LOW"
],
"alpha.core.PthreadLockBase": [
Expand Down Expand Up @@ -214,55 +210,47 @@
"alpha.security.ArrayBound": [
"doc_url:https://clang.llvm.org/docs/analyzer/checkers.html#alpha-security-arraybound-c",
"profile:extreme",
"profile:security",
"severity:HIGH"
],
"alpha.security.ArrayBoundV2": [
"doc_url:https://clang.llvm.org/docs/analyzer/checkers.html#alpha-security-arrayboundv2-c",
"profile:extreme",
"profile:security",
"severity:HIGH"
],
"alpha.security.MallocOverflow": [
"doc_url:https://clang.llvm.org/docs/analyzer/checkers.html#alpha-security-mallocoverflow-c",
"profile:extreme",
"profile:security",
"severity:HIGH"
],
"alpha.security.MmapWriteExec": [
"doc_url:https://clang.llvm.org/docs/analyzer/checkers.html#alpha-security-mmapwriteexec-c",
"profile:extreme",
"profile:security",
"profile:sensitive",
"severity:MEDIUM"
],
"alpha.security.ReturnPtrRange": [
"doc_url:https://clang.llvm.org/docs/analyzer/checkers.html#alpha-security-returnptrrange-c",
"profile:extreme",
"profile:security",
"profile:sensitive",
"severity:HIGH"
],
"alpha.security.cert.env.InvalidPtr": [
"doc_url:https://releases.llvm.org/17.0.1/tools/clang/docs/analyzer/checkers.html#alpha-security-cert-env-invalidptr",
"profile:default",
"profile:extreme",
"profile:security",
"profile:sensitive",
"severity:MEDIUM"
],
"alpha.security.cert.pos.34c": [
"doc_url:https://clang.llvm.org/docs/analyzer/checkers.html#alpha-security-cert-pos-34c",
"profile:default",
"profile:extreme",
"profile:security",
"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:security",
"profile:sensitive",
"severity:HIGH"
],
Expand All @@ -275,7 +263,6 @@
"alpha.unix.Chroot": [
"doc_url:https://clang.llvm.org/docs/analyzer/checkers.html#alpha-unix-chroot-c",
"profile:extreme",
"profile:security",
"profile:sensitive",
"severity:MEDIUM"
],
Expand All @@ -288,7 +275,6 @@
"alpha.unix.PthreadLock": [
"doc_url:https://clang.llvm.org/docs/analyzer/checkers.html#alpha-unix-pthreadlock-c",
"profile:extreme",
"profile:security",
"profile:sensitive",
"severity:HIGH"
],
Expand All @@ -305,14 +291,12 @@
"alpha.unix.Stream": [
"doc_url:https://clang.llvm.org/docs/analyzer/checkers.html#alpha-unix-stream-c",
"profile:extreme",
"profile:security",
"profile:sensitive",
"severity:MEDIUM"
],
"alpha.unix.cstring.BufferOverlap": [
"doc_url:https://clang.llvm.org/docs/analyzer/checkers.html#alpha-unix-cstring-bufferoverlap-c",
"profile:extreme",
"profile:security",
"severity:HIGH"
],
"alpha.unix.cstring.NotNullTerminated": [
Expand All @@ -324,7 +308,6 @@
"alpha.unix.cstring.OutOfBounds": [
"doc_url:https://clang.llvm.org/docs/analyzer/checkers.html#alpha-unix-cstring-outofbounds-c",
"profile:extreme",
"profile:security",
"profile:sensitive",
"severity:HIGH"
],
Expand Down

0 comments on commit ff0abcc

Please sign in to comment.