mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
CPP: Test the new query.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
| tests.cpp:112:9:112:12 | call to gets | gets does not guard against buffer overflow |
|
||||
| tests.cpp:249:2:249:5 | call to gets | gets does not guard against buffer overflow |
|
||||
| tests.cpp:250:2:250:5 | call to gets | gets does not guard against buffer overflow |
|
||||
@@ -0,0 +1 @@
|
||||
Security/CWE/CWE-676/DangerousUseOfGets.ql
|
||||
@@ -0,0 +1,2 @@
|
||||
| test.c:42:2:42:5 | call to gets | gets does not guard against buffer overflow |
|
||||
| test.c:43:6:43:9 | call to gets | gets does not guard against buffer overflow |
|
||||
@@ -0,0 +1 @@
|
||||
Security/CWE/CWE-676/DangerousUseOfGets.ql
|
||||
Reference in New Issue
Block a user