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.
11 lines
1.1 KiB
Plaintext
11 lines
1.1 KiB
Plaintext
edges
|
|
| LogForging.cs:19:27:19:49 | access to property QueryString : NameValueCollection | LogForging.cs:22:21:22:43 | ... + ... |
|
|
| LogForging.cs:19:27:19:49 | access to property QueryString : NameValueCollection | LogForging.cs:28:50:28:72 | ... + ... |
|
|
nodes
|
|
| LogForging.cs:19:27:19:49 | access to property QueryString : NameValueCollection | semmle.label | access to property QueryString : NameValueCollection |
|
|
| LogForging.cs:22:21:22:43 | ... + ... | semmle.label | ... + ... |
|
|
| LogForging.cs:28:50:28:72 | ... + ... | semmle.label | ... + ... |
|
|
#select
|
|
| LogForging.cs:22:21:22:43 | ... + ... | LogForging.cs:19:27:19:49 | access to property QueryString : NameValueCollection | LogForging.cs:22:21:22:43 | ... + ... | $@ flows to log entry. | LogForging.cs:19:27:19:49 | access to property QueryString | User-provided value |
|
|
| LogForging.cs:28:50:28:72 | ... + ... | LogForging.cs:19:27:19:49 | access to property QueryString : NameValueCollection | LogForging.cs:28:50:28:72 | ... + ... | $@ flows to log entry. | LogForging.cs:19:27:19:49 | access to property QueryString | User-provided value |
|