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.
13 lines
1.7 KiB
Plaintext
13 lines
1.7 KiB
Plaintext
edges
|
|
| CodeInjection.cs:25:23:25:45 | access to property QueryString : NameValueCollection | CodeInjection.cs:31:64:31:67 | access to local variable code |
|
|
| CodeInjection.cs:25:23:25:45 | access to property QueryString : NameValueCollection | CodeInjection.cs:42:36:42:39 | access to local variable code |
|
|
nodes
|
|
| CodeInjection.cs:25:23:25:45 | access to property QueryString : NameValueCollection | semmle.label | access to property QueryString : NameValueCollection |
|
|
| CodeInjection.cs:31:64:31:67 | access to local variable code | semmle.label | access to local variable code |
|
|
| CodeInjection.cs:42:36:42:39 | access to local variable code | semmle.label | access to local variable code |
|
|
| CodeInjection.cs:58:36:58:44 | access to property Text | semmle.label | access to property Text |
|
|
#select
|
|
| CodeInjection.cs:31:64:31:67 | access to local variable code | CodeInjection.cs:25:23:25:45 | access to property QueryString : NameValueCollection | CodeInjection.cs:31:64:31:67 | access to local variable code | $@ flows to here and is compiled as code. | CodeInjection.cs:25:23:25:45 | access to property QueryString | User-provided value |
|
|
| CodeInjection.cs:42:36:42:39 | access to local variable code | CodeInjection.cs:25:23:25:45 | access to property QueryString : NameValueCollection | CodeInjection.cs:42:36:42:39 | access to local variable code | $@ flows to here and is compiled as code. | CodeInjection.cs:25:23:25:45 | access to property QueryString | User-provided value |
|
|
| CodeInjection.cs:58:36:58:44 | access to property Text | CodeInjection.cs:58:36:58:44 | access to property Text | CodeInjection.cs:58:36:58:44 | access to property Text | $@ flows to here and is compiled as code. | CodeInjection.cs:58:36:58:44 | access to property Text | User-provided value |
|