Skip to content

Commit

Permalink
Minor updates of the clangsa,clang-tidy profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrupp committed May 24, 2024
1 parent 5bff2ba commit 2f7fc53
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config/labels/analyzers/clang-tidy.json
Original file line number Diff line number Diff line change
Expand Up @@ -3188,7 +3188,10 @@
],
"clang-diagnostic-invalid-noreturn": [
"doc_url:https://clang.llvm.org/docs/DiagnosticsReference.html#winvalid-noreturn",
"severity:MEDIUM"
"guideline:sei-cert",
"profile:security",
"severity:MEDIUM",
"sei-cert:msc53-cpp"
],
"clang-diagnostic-invalid-offsetof": [
"doc_url:https://clang.llvm.org/docs/DiagnosticsReference.html#winvalid-offsetof",
Expand Down
10 changes: 10 additions & 0 deletions config/labels/analyzers/clangsa.json
Original file line number Diff line number Diff line change
Expand Up @@ -1057,6 +1057,16 @@
"sei-cert:pos52-c",
"severity:HIGH"
],
"unix.Stream": [
"doc_url:https://clang.llvm.org/docs/analyzer/checkers.html#unix-stream-c",
"guideline:sei-cert",
"profile:default",
"profile:extreme",
"profile:security",
"profile:sensitive",
"sei-cert:fio42-c",
"severity:MEDIUM"
],
"unix.Vfork": [
"doc_url:https://clang.llvm.org/docs/analyzer/checkers.html#unix-vfork-c",
"guideline:sei-cert",
Expand Down

0 comments on commit 2f7fc53

Please sign in to comment.