Skip to content

Commit

Permalink
Document new Clang SA checkers
Browse files Browse the repository at this point in the history
  • Loading branch information
whisperity committed Apr 5, 2024
1 parent b2bc5d2 commit a8d1673
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions config/labels/analyzers/clangsa.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,14 @@
"profile:sensitive",
"severity:MEDIUM"
],
"alpha.cplusplus.ArrayDelete": [
"doc_url:https://clang.llvm.org/docs/analyzer/checkers.html#alpha-cplusplus-arraydelete-c",
"guideline:sei-cert",
"profile:extreme",
"profile:sensitive",
"sei-cert:exp51-cpp",
"severity:HIGH"
],
"alpha.cplusplus.ContainerModeling": [
"profile:extreme",
"profile:sensitive"
Expand Down Expand Up @@ -496,6 +504,15 @@
"profile:extreme",
"severity:HIGH"
],
"cplusplus.ArrayDelete": [
"doc_url:https://clang.llvm.org/docs/analyzer/checkers.html#cplusplus-arraydelete-c",
"guideline:sei-cert",
"profile:default",
"profile:extreme",
"profile:sensitive",
"sei-cert:exp51-cpp",
"severity:HIGH"
],
"cplusplus.InnerPointer": [
"doc_url:https://clang.llvm.org/docs/analyzer/checkers.html#cplusplus-innerpointer-c",
"guideline:sei-cert",
Expand Down Expand Up @@ -672,6 +689,12 @@
"profile:sensitive",
"severity:MEDIUM"
],
"optin.core.EnumCastOutOfRange": [
"doc_url:https://clang.llvm.org/docs/analyzer/checkers.html#optin-core-enumcastoutofrange-c-c",
"profile:extreme",
"profile:sensitive",
"severity:MEDIUM"
],
"optin.cplusplus.UninitializedObject": [
"doc_url:https://clang.llvm.org/docs/analyzer/checkers.html#optin-cplusplus-uninitializedobject-c",
"profile:default",
Expand Down

0 comments on commit a8d1673

Please sign in to comment.