Skip to content

Commit

Permalink
Removing noisy checkers from the sei-cert guideline
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrupp authored and csordasmarton committed Apr 6, 2021
1 parent 54cc1a9 commit 6374067
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
12 changes: 3 additions & 9 deletions config/checker_guideline_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
"alpha.core.CastSize": {
"sei-cert": ["mem35-c", "str38-c"]
},
"alpha.core.CastToStruct": {
"sei-cert": ["exp36-c"]
},
"alpha.core.Conversion": {
"sei-cert": ["flp36-c", "int30-c"]
},
Expand All @@ -24,12 +21,6 @@
"alpha.cplusplus.DeleteWithNonVirtualDtor": {
"sei-cert": ["oop52-cpp"]
},
"alpha.cplusplus.InvalidatedIterator": {
"sei-cert": ["ctr51-cpp"]
},
"alpha.cplusplus.PlacementNew": {
"sei-cert": ["mem54-cpp"]
},
"alpha.security.ArrayBound": {
"sei-cert": ["arr37-c", "dcl38-c", "msc37-c", "pos30-c"]
},
Expand Down Expand Up @@ -214,6 +205,9 @@
"cplusplus.NewDeleteLeaks": {
"sei-cert": ["exp62-cpp", "mem51-cpp"]
},
"cplusplus.PlacementNew": {
"sei-cert": ["mem54-cpp"]
},
"cppcoreguidelines-pro-type-const-cast": {
"sei-cert": ["exp55-cpp"]
},
Expand Down
2 changes: 1 addition & 1 deletion config/checker_profile_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"alpha.core.PointerArithm",
"alpha.core.Conversion",
"alpha.core.CastToStruct",
"alpha.cplusplus.PlacementNew",
"cplusplus.PlacementNew",
"option.cplusplus.VirtualCall",
"alpha.unix.Chroot",
"alpha.security",
Expand Down

0 comments on commit 6374067

Please sign in to comment.