mirror of
https://github.com/github/codeql.git
synced 2026-04-24 16:25:15 +02:00
C++: Accept test changes.
This commit is contained in:
@@ -4,19 +4,15 @@ edges
|
||||
| test1.c:8:11:8:14 | call to atoi | test1.c:11:9:11:9 | i | provenance | |
|
||||
| test1.c:8:11:8:14 | call to atoi | test1.c:12:9:12:9 | i | provenance | |
|
||||
| test1.c:8:11:8:14 | call to atoi | test1.c:13:9:13:9 | i | provenance | |
|
||||
| test1.c:8:11:8:14 | call to atoi | test1.c:14:9:14:9 | i | provenance | |
|
||||
| test1.c:9:9:9:9 | i | test1.c:17:16:17:16 | i | provenance | |
|
||||
| test1.c:11:9:11:9 | i | test1.c:33:16:33:16 | i | provenance | |
|
||||
| test1.c:12:9:12:9 | i | test1.c:41:16:41:16 | i | provenance | |
|
||||
| test1.c:13:9:13:9 | i | test1.c:49:16:49:16 | i | provenance | |
|
||||
| test1.c:14:9:14:9 | i | test1.c:59:16:59:16 | i | provenance | |
|
||||
| test1.c:17:16:17:16 | i | test1.c:19:16:19:16 | i | provenance | |
|
||||
| test1.c:33:16:33:16 | i | test1.c:34:11:34:11 | i | provenance | |
|
||||
| test1.c:41:16:41:16 | i | test1.c:42:11:42:11 | i | provenance | |
|
||||
| test1.c:49:16:49:16 | i | test1.c:52:3:52:7 | ... = ... | provenance | |
|
||||
| test1.c:52:3:52:7 | ... = ... | test1.c:54:15:54:15 | j | provenance | |
|
||||
| test1.c:59:16:59:16 | i | test1.c:60:21:60:21 | i | provenance | |
|
||||
| test1.c:60:21:60:21 | i | test1.c:62:11:62:11 | s | provenance | |
|
||||
nodes
|
||||
| test1.c:7:26:7:29 | **argv | semmle.label | **argv |
|
||||
| test1.c:8:11:8:14 | call to atoi | semmle.label | call to atoi |
|
||||
@@ -24,7 +20,6 @@ nodes
|
||||
| test1.c:11:9:11:9 | i | semmle.label | i |
|
||||
| test1.c:12:9:12:9 | i | semmle.label | i |
|
||||
| test1.c:13:9:13:9 | i | semmle.label | i |
|
||||
| test1.c:14:9:14:9 | i | semmle.label | i |
|
||||
| test1.c:17:16:17:16 | i | semmle.label | i |
|
||||
| test1.c:19:16:19:16 | i | semmle.label | i |
|
||||
| test1.c:33:16:33:16 | i | semmle.label | i |
|
||||
@@ -34,13 +29,9 @@ nodes
|
||||
| test1.c:49:16:49:16 | i | semmle.label | i |
|
||||
| test1.c:52:3:52:7 | ... = ... | semmle.label | ... = ... |
|
||||
| test1.c:54:15:54:15 | j | semmle.label | j |
|
||||
| test1.c:59:16:59:16 | i | semmle.label | i |
|
||||
| test1.c:60:21:60:21 | i | semmle.label | i |
|
||||
| test1.c:62:11:62:11 | s | semmle.label | s |
|
||||
subpaths
|
||||
#select
|
||||
| test1.c:19:16:19:16 | i | test1.c:7:26:7:29 | **argv | test1.c:19:16:19:16 | i | An array indexing expression depends on $@ that might be outside the bounds of the array. | test1.c:7:26:7:29 | **argv | a command-line argument |
|
||||
| test1.c:34:11:34:11 | i | test1.c:7:26:7:29 | **argv | test1.c:34:11:34:11 | i | An array indexing expression depends on $@ that might be outside the bounds of the array. | test1.c:7:26:7:29 | **argv | a command-line argument |
|
||||
| test1.c:42:11:42:11 | i | test1.c:7:26:7:29 | **argv | test1.c:42:11:42:11 | i | An array indexing expression depends on $@ that might be outside the bounds of the array. | test1.c:7:26:7:29 | **argv | a command-line argument |
|
||||
| test1.c:54:15:54:15 | j | test1.c:7:26:7:29 | **argv | test1.c:54:15:54:15 | j | An array indexing expression depends on $@ that might be outside the bounds of the array. | test1.c:7:26:7:29 | **argv | a command-line argument |
|
||||
| test1.c:62:11:62:11 | s | test1.c:7:26:7:29 | **argv | test1.c:62:11:62:11 | s | An array indexing expression depends on $@ that might be outside the bounds of the array. | test1.c:7:26:7:29 | **argv | a command-line argument |
|
||||
|
||||
Reference in New Issue
Block a user