mirror of
https://github.com/github/codeql.git
synced 2025-12-18 09:43:15 +01:00
This commit adds type information to data flow paths, by mapping node types onto the smaller set of GVN types, and implementing `ppReprType()`. The effect is a mere change in `DataFlow::PathNode::toString()`; no type-based pruning is done yet.
8 lines
683 B
Plaintext
8 lines
683 B
Plaintext
edges
|
|
| StoredCommandInjection.cs:24:54:24:80 | call to method GetString : String | StoredCommandInjection.cs:24:46:24:80 | ... + ... |
|
|
nodes
|
|
| StoredCommandInjection.cs:24:46:24:80 | ... + ... | semmle.label | ... + ... |
|
|
| StoredCommandInjection.cs:24:54:24:80 | call to method GetString : String | semmle.label | call to method GetString : String |
|
|
#select
|
|
| StoredCommandInjection.cs:24:46:24:80 | ... + ... | StoredCommandInjection.cs:24:54:24:80 | call to method GetString : String | StoredCommandInjection.cs:24:46:24:80 | ... + ... | $@ flows to here and is used in a command. | StoredCommandInjection.cs:24:54:24:80 | call to method GetString | Stored user-provided value |
|