CPP: Add DangerousFunctionOverflow.ql to the security suite.

This commit is contained in:
Geoffrey White
2019-05-29 16:36:02 +01:00
parent a782585d74
commit 665510a13c

View File

@@ -3,3 +3,5 @@
@name Dangerous use of 'cin' (CWE-676)
+ semmlecode-cpp-queries/Security/CWE/CWE-676/PotentiallyDangerousFunction.ql: /CWE/CWE-676
@name Use of potentially dangerous function (CWE-676)
+ semmlecode-cpp-queries/Security/CWE/CWE-676/DangerousFunctionOverflow.ql: /CWE/CWE-676
@name Use of dangerous function (CWE-676)