Skip to content

Commit

Permalink
Merge pull request Ericsson#3709 from balazske/add_alpha_unix_errno
Browse files Browse the repository at this point in the history
[config] Add Clang-SA `alpha.unix.Errno` to `extreme` profile
  • Loading branch information
whisperity authored Aug 4, 2022
2 parents b49a86e + fb8107b commit 92e6e72
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion config/labels/analyzers/clangsa.json
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,11 @@
"profile:sensitive",
"severity:MEDIUM"
],
"alpha.unix.Errno": [
"doc_url:https://clang.llvm.org/docs/analyzer/checkers.html#alpha-unix-errno-c",
"profile:extreme",
"severity:HIGH"
],
"alpha.unix.PthreadLock": [
"doc_url:https://clang.llvm.org/docs/analyzer/checkers.html#alpha-unix-pthreadlock-c",
"profile:extreme",
Expand Down Expand Up @@ -1013,4 +1018,4 @@
"severity:MEDIUM"
]
}
}
}

0 comments on commit 92e6e72

Please sign in to comment.