forked from github/codeql-coding-standards
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDoNotModifyConstantObjects.expected
More file actions
40 lines (40 loc) · 2.66 KB
/
DoNotModifyConstantObjects.expected
File metadata and controls
40 lines (40 loc) · 2.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
edges
| test.c:5:3:5:9 | ... = ... | test.c:6:3:6:5 | * ... | provenance | |
| test.c:5:8:5:9 | & ... | test.c:5:3:5:9 | ... = ... | provenance | |
| test.c:26:15:26:15 | a | test.c:27:3:27:4 | * ... | provenance | |
| test.c:34:13:34:14 | & ... | test.c:34:13:34:14 | & ... | provenance | |
| test.c:34:13:34:14 | & ... | test.c:37:3:37:10 | ... = ... | provenance | |
| test.c:34:13:34:14 | & ... | test.c:39:7:39:8 | p1 | provenance | |
| test.c:37:3:37:10 | ... = ... | test.c:40:7:40:9 | * ... | provenance | |
| test.c:39:7:39:8 | p1 | test.c:26:15:26:15 | a | provenance | |
| test.c:40:7:40:9 | * ... | test.c:26:15:26:15 | a | provenance | |
| test.c:59:3:59:8 | ... = ... | test.c:60:3:60:4 | * ... | provenance | |
| test.c:59:7:59:8 | & ... | test.c:59:3:59:8 | ... = ... | provenance | |
| test.c:79:3:79:31 | ... = ... | test.c:81:5:81:12 | * ... | provenance | |
| test.c:79:11:79:16 | call to strchr | test.c:79:3:79:31 | ... = ... | provenance | |
nodes
| test.c:5:3:5:9 | ... = ... | semmle.label | ... = ... |
| test.c:5:8:5:9 | & ... | semmle.label | & ... |
| test.c:6:3:6:5 | * ... | semmle.label | * ... |
| test.c:26:15:26:15 | a | semmle.label | a |
| test.c:27:3:27:4 | * ... | semmle.label | * ... |
| test.c:34:13:34:14 | & ... | semmle.label | & ... |
| test.c:34:13:34:14 | & ... | semmle.label | & ... |
| test.c:37:3:37:10 | ... = ... | semmle.label | ... = ... |
| test.c:39:7:39:8 | p1 | semmle.label | p1 |
| test.c:40:7:40:9 | * ... | semmle.label | * ... |
| test.c:59:3:59:8 | ... = ... | semmle.label | ... = ... |
| test.c:59:7:59:8 | & ... | semmle.label | & ... |
| test.c:60:3:60:4 | * ... | semmle.label | * ... |
| test.c:74:3:74:12 | * ... | semmle.label | * ... |
| test.c:79:3:79:31 | ... = ... | semmle.label | ... = ... |
| test.c:79:11:79:16 | call to strchr | semmle.label | call to strchr |
| test.c:81:5:81:12 | * ... | semmle.label | * ... |
subpaths
#select
| test.c:6:3:6:5 | * ... | test.c:5:8:5:9 | & ... | test.c:6:3:6:5 | * ... | Const variable assigned with non const-value. |
| test.c:27:3:27:4 | * ... | test.c:34:13:34:14 | & ... | test.c:27:3:27:4 | * ... | Const variable assigned with non const-value. |
| test.c:27:3:27:4 | * ... | test.c:40:7:40:9 | * ... | test.c:27:3:27:4 | * ... | Const variable assigned with non const-value. |
| test.c:60:3:60:4 | * ... | test.c:59:7:59:8 | & ... | test.c:60:3:60:4 | * ... | Const variable assigned with non const-value. |
| test.c:74:3:74:12 | * ... | test.c:74:3:74:12 | * ... | test.c:74:3:74:12 | * ... | Const variable assigned with non const-value. |
| test.c:81:5:81:12 | * ... | test.c:79:11:79:16 | call to strchr | test.c:81:5:81:12 | * ... | Const variable assigned with non const-value. |