Skip to content

Commit

Permalink
Merge pull request Ericsson#2806 from dkrupp/update_security_profile
Browse files Browse the repository at this point in the history
adding all sei-cert checkers to the security profile
  • Loading branch information
Gyorgy Orban authored Jul 8, 2020
2 parents 83227c2 + 7d24bbf commit 07cdf60
Showing 1 changed file with 23 additions and 5 deletions.
28 changes: 23 additions & 5 deletions config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,20 @@
"unix",
"valist"
],
"security": [
"alpha.security",
"security":[
"alpha.core.PointerSub",
"alpha.core.PointerArithm",
"alpha.core.Conversion",
"alpha.core.CastToStruct",
"alpha.cplusplus.PlacementNew",
"option.cplusplus.VirtualCall",
"alpha.unix.Chroot",
"apiModeling",
"security.insecureAPI"
"alpha.security",
"alpha.unix.cstring.OutOfBounds",
"alpha.unix.cstring.BufferOverlap",
"alpha.unix.PthreadLock",
"alpha.unix.Stream",
"option.cplusplus.VirtualCall"
],
"portability": [
"apiModeling",
Expand Down Expand Up @@ -240,7 +249,16 @@
"performance"
],
"security": [
"cert"
"cert",
"bugprone-exception-escape",
"bugprone-undefined-memory-manipulation",
"bugprone-use-after-move",
"bugprone-narrowing-conversions",
"bugprone-suspicious-memset-usage",
"bugprone-sizeof-expression",
"cppcoreguidelines-slicing",
"bugprone-unhandled-self-assignment",
"bugprone-macro-repeated-side-effects"
],
"portability": [
"bugprone-misplaced-widening",
Expand Down

0 comments on commit 07cdf60

Please sign in to comment.