Skip to content

Commit f1b85d7

Browse files
authored
Merge pull request #11315 from MathiasVP/accept-test-changes
C++: Accept test changes on the use-use flow branch
2 parents 70a9e49 + aa385a2 commit f1b85d7

File tree

6 files changed

+188
-188
lines changed

6 files changed

+188
-188
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
edges
22
| tests.cpp:26:15:26:23 | VariableAddress indirection | tests.cpp:51:12:51:20 | call to badSource indirection |
3-
| tests.cpp:33:34:33:39 | call to getenv indirection | tests.cpp:38:39:38:49 | environment indirection |
3+
| tests.cpp:33:34:33:39 | call to getenv indirection | tests.cpp:38:39:38:49 | Convert indirection |
44
| tests.cpp:38:25:38:36 | strncat output argument | tests.cpp:26:15:26:23 | VariableAddress indirection |
5-
| tests.cpp:38:39:38:49 | environment indirection | tests.cpp:38:25:38:36 | strncat output argument |
6-
| tests.cpp:51:12:51:20 | call to badSource indirection | tests.cpp:53:16:53:19 | data indirection |
5+
| tests.cpp:38:39:38:49 | Convert indirection | tests.cpp:38:25:38:36 | strncat output argument |
6+
| tests.cpp:51:12:51:20 | call to badSource indirection | tests.cpp:53:16:53:19 | Convert indirection |
77
nodes
88
| tests.cpp:26:15:26:23 | VariableAddress indirection | semmle.label | VariableAddress indirection |
99
| tests.cpp:33:34:33:39 | call to getenv indirection | semmle.label | call to getenv indirection |
1010
| tests.cpp:38:25:38:36 | strncat output argument | semmle.label | strncat output argument |
11-
| tests.cpp:38:39:38:49 | environment indirection | semmle.label | environment indirection |
11+
| tests.cpp:38:39:38:49 | Convert indirection | semmle.label | Convert indirection |
1212
| tests.cpp:51:12:51:20 | call to badSource indirection | semmle.label | call to badSource indirection |
13-
| tests.cpp:53:16:53:19 | data indirection | semmle.label | data indirection |
13+
| tests.cpp:53:16:53:19 | Convert indirection | semmle.label | Convert indirection |
1414
subpaths
1515
#select
16-
| tests.cpp:53:16:53:19 | data | tests.cpp:33:34:33:39 | call to getenv indirection | tests.cpp:53:16:53:19 | data indirection | This argument to an OS command is derived from $@, dangerously concatenated into $@, and then passed to system(string). | tests.cpp:33:34:33:39 | call to getenv indirection | user input (an environment variable) | tests.cpp:38:25:38:36 | strncat output argument | strncat output argument |
16+
| tests.cpp:53:16:53:19 | data | tests.cpp:33:34:33:39 | call to getenv indirection | tests.cpp:53:16:53:19 | Convert indirection | This argument to an OS command is derived from $@, dangerously concatenated into $@, and then passed to system(string). | tests.cpp:33:34:33:39 | call to getenv indirection | user input (an environment variable) | tests.cpp:38:25:38:36 | strncat output argument | strncat output argument |

0 commit comments

Comments
 (0)