mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +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.
11 lines
1.6 KiB
Plaintext
11 lines
1.6 KiB
Plaintext
edges
|
|
| ResourceInjection.cs:10:27:10:49 | access to property QueryString : NameValueCollection | ResourceInjection.cs:13:57:13:72 | access to local variable connectionString |
|
|
| ResourceInjection.cs:10:27:10:49 | access to property QueryString : NameValueCollection | ResourceInjection.cs:15:42:15:57 | access to local variable connectionString |
|
|
nodes
|
|
| ResourceInjection.cs:10:27:10:49 | access to property QueryString : NameValueCollection | semmle.label | access to property QueryString : NameValueCollection |
|
|
| ResourceInjection.cs:13:57:13:72 | access to local variable connectionString | semmle.label | access to local variable connectionString |
|
|
| ResourceInjection.cs:15:42:15:57 | access to local variable connectionString | semmle.label | access to local variable connectionString |
|
|
#select
|
|
| ResourceInjection.cs:13:57:13:72 | access to local variable connectionString | ResourceInjection.cs:10:27:10:49 | access to property QueryString : NameValueCollection | ResourceInjection.cs:13:57:13:72 | access to local variable connectionString | $@ flows to here and is used in a resource descriptor. | ResourceInjection.cs:10:27:10:49 | access to property QueryString | User-provided value |
|
|
| ResourceInjection.cs:15:42:15:57 | access to local variable connectionString | ResourceInjection.cs:10:27:10:49 | access to property QueryString : NameValueCollection | ResourceInjection.cs:15:42:15:57 | access to local variable connectionString | $@ flows to here and is used in a resource descriptor. | ResourceInjection.cs:10:27:10:49 | access to property QueryString | User-provided value |
|