CPP: Remove it from the security dashboard (OverrunWrite.ql is already on there).

This commit is contained in:
Geoffrey White
2019-02-08 11:21:58 +00:00
parent 45315cda90
commit 3f2e902912
2 changed files with 0 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
# CWE-242: Use of Inherently Dangerous Function
+ semmlecode-cpp-queries/Likely Bugs/Memory Management/PotentialBufferOverflow.ql: /CWE/CWE-242
@name Use of inherently dangerous function (CWE-242)

View File

@@ -12,7 +12,6 @@
@import "cwe-134"
@import "cwe-170"
@import "cwe-190"
@import "cwe-242"
@import "cwe-253"
@import "cwe-290"
@import "cwe-311"