mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33: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
810 B
Plaintext
8 lines
810 B
Plaintext
edges
|
|
| RegexInjection.cs:12:24:12:46 | access to property QueryString : NameValueCollection | RegexInjection.cs:16:19:16:23 | access to local variable regex |
|
|
nodes
|
|
| RegexInjection.cs:12:24:12:46 | access to property QueryString : NameValueCollection | semmle.label | access to property QueryString : NameValueCollection |
|
|
| RegexInjection.cs:16:19:16:23 | access to local variable regex | semmle.label | access to local variable regex |
|
|
#select
|
|
| RegexInjection.cs:16:19:16:23 | access to local variable regex | RegexInjection.cs:12:24:12:46 | access to property QueryString : NameValueCollection | RegexInjection.cs:16:19:16:23 | access to local variable regex | $@ flows to the construction of a regular expression. | RegexInjection.cs:12:24:12:46 | access to property QueryString | User-provided value |
|