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 committed Apr 6, 2021
1 parent 895e83e commit d15d746
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 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,10 +21,7 @@
"alpha.cplusplus.DeleteWithNonVirtualDtor": {
"sei-cert": ["oop52-cpp"]
},
"alpha.cplusplus.InvalidatedIterator": {
"sei-cert": ["ctr51-cpp"]
},
"alpha.cplusplus.PlacementNew": {
"cplusplus.PlacementNew": {
"sei-cert": ["mem54-cpp"]
},
"alpha.security.ArrayBound": {
Expand Down

0 comments on commit d15d746

Please sign in to comment.