mirror of
https://github.com/github/codeql.git
synced 2026-05-03 04:39:29 +02:00
C++: More directory structure consistency / cleanup.
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
edges
|
||||
| test.c:56:23:56:35 | ... + ... | test.c:75:21:75:24 | (const char *)... |
|
||||
| test.c:56:23:56:35 | ... + ... | test.c:75:21:75:24 | data |
|
||||
| test.c:56:23:56:35 | ... + ... | test.c:75:21:75:24 | data indirection |
|
||||
| test.c:56:23:56:35 | fgets output argument | test.c:75:21:75:24 | (const char *)... |
|
||||
| test.c:56:23:56:35 | fgets output argument | test.c:75:21:75:24 | data |
|
||||
| test.c:56:23:56:35 | fgets output argument | test.c:75:21:75:24 | data indirection |
|
||||
nodes
|
||||
| test.c:56:23:56:35 | ... + ... | semmle.label | ... + ... |
|
||||
| test.c:56:23:56:35 | fgets output argument | semmle.label | fgets output argument |
|
||||
| test.c:75:21:75:24 | (const char *)... | semmle.label | (const char *)... |
|
||||
| test.c:75:21:75:24 | (const char *)... | semmle.label | (const char *)... |
|
||||
| test.c:75:21:75:24 | data | semmle.label | data |
|
||||
| test.c:75:21:75:24 | data indirection | semmle.label | data indirection |
|
||||
| test.c:75:21:75:24 | data indirection | semmle.label | data indirection |
|
||||
#select
|
||||
| test.c:75:21:75:24 | data | test.c:56:23:56:35 | ... + ... | test.c:75:21:75:24 | data | The value of this argument may come from $@ and is being used as a formatting argument to fprintf(format) | test.c:56:23:56:35 | ... + ... | fgets |
|
||||
@@ -1 +0,0 @@
|
||||
Security/CWE/CWE-134/UncontrolledFormatString.ql
|
||||
@@ -1,17 +0,0 @@
|
||||
edges
|
||||
| test.c:59:30:59:35 | call to getenv | test.c:68:21:68:24 | (const char *)... |
|
||||
| test.c:59:30:59:35 | call to getenv | test.c:68:21:68:24 | (const char *)... |
|
||||
| test.c:59:30:59:35 | call to getenv | test.c:68:21:68:24 | data |
|
||||
| test.c:59:30:59:35 | call to getenv | test.c:68:21:68:24 | data |
|
||||
| test.c:59:30:59:35 | call to getenv | test.c:68:21:68:24 | data indirection |
|
||||
| test.c:59:30:59:35 | call to getenv | test.c:68:21:68:24 | data indirection |
|
||||
nodes
|
||||
| test.c:59:30:59:35 | call to getenv | semmle.label | call to getenv |
|
||||
| test.c:59:30:59:35 | call to getenv | semmle.label | call to getenv |
|
||||
| test.c:68:21:68:24 | (const char *)... | semmle.label | (const char *)... |
|
||||
| test.c:68:21:68:24 | (const char *)... | semmle.label | (const char *)... |
|
||||
| test.c:68:21:68:24 | data | semmle.label | data |
|
||||
| test.c:68:21:68:24 | data indirection | semmle.label | data indirection |
|
||||
| test.c:68:21:68:24 | data indirection | semmle.label | data indirection |
|
||||
#select
|
||||
| test.c:68:21:68:24 | data | test.c:59:30:59:35 | call to getenv | test.c:68:21:68:24 | data | The value of this argument may come from $@ and is being used as a formatting argument to fprintf(format) | test.c:59:30:59:35 | call to getenv | getenv |
|
||||
@@ -1 +0,0 @@
|
||||
Security/CWE/CWE-134/UncontrolledFormatString.ql
|
||||
Reference in New Issue
Block a user