mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
C++: Remove no longer relevant tests.
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
| tests.c:29:9:29:14 | call to printf | tests.c:29:16:29:21 | %s\n |
|
||||
| tests.c:29:9:29:14 | call to printf | tests.c:29:24:29:27 | line |
|
||||
| tests.c:43:13:43:21 | call to printLine | tests.c:43:23:43:38 | fgets() failed |
|
||||
| tests.c:62:13:62:21 | call to printLine | tests.c:62:23:62:52 | User logged in successfully. |
|
||||
| tests.c:67:13:67:21 | call to printLine | tests.c:67:23:67:40 | Unable to login. |
|
||||
| tests.c:70:9:70:15 | call to fprintf | tests.c:70:25:70:67 | User attempted access with password: %s\n |
|
||||
| tests.c:70:9:70:15 | call to fprintf | tests.c:70:70:70:77 | password |
|
||||
@@ -1,4 +0,0 @@
|
||||
import semmle.code.cpp.security.OutputWrite
|
||||
|
||||
from OutputWrite ow
|
||||
select ow, ow.getASource()
|
||||
@@ -1,5 +0,0 @@
|
||||
| tests2.cpp:58:12:58:12 | call to operator<< | tests2.cpp:58:15:58:20 | call to getenv |
|
||||
| tests2.cpp:59:12:59:12 | call to operator<< | tests2.cpp:59:15:59:23 | PATH = |
|
||||
| tests2.cpp:59:25:59:25 | call to operator<< | tests2.cpp:59:28:59:33 | call to getenv |
|
||||
| tests2.cpp:59:43:59:43 | call to operator<< | tests2.cpp:59:46:59:48 | . |
|
||||
| tests2.cpp:60:12:60:12 | call to operator<< | tests2.cpp:60:15:60:28 | PATHPATHPATH |
|
||||
@@ -1,4 +0,0 @@
|
||||
import semmle.code.cpp.security.OutputWrite
|
||||
|
||||
from OutputWrite ow
|
||||
select ow, ow.getASource()
|
||||
Reference in New Issue
Block a user