Skip to content

Commit 7c74cc6

Browse files
committed
C#: Update expected test output - including false positive.
1 parent e45e06b commit 7c74cc6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

csharp/ql/test/query-tests/Security Features/CWE-117/LogForging.expected

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,20 @@ edges
44
| LogForging.cs:17:27:17:49 | access to property QueryString : NameValueCollection | LogForging.cs:26:50:26:72 | ... + ... |
55
| LogForging.cs:17:27:17:61 | access to indexer : String | LogForging.cs:20:21:20:43 | ... + ... |
66
| LogForging.cs:17:27:17:61 | access to indexer : String | LogForging.cs:26:50:26:72 | ... + ... |
7+
| LogForgingAsp.cs:8:32:8:39 | username : String | LogForgingAsp.cs:12:21:12:43 | ... + ... |
8+
| LogForgingAsp.cs:15:34:15:37 | date : DateTime | LogForgingAsp.cs:19:21:19:64 | $"..." |
79
nodes
810
| LogForging.cs:17:27:17:49 | access to property QueryString : NameValueCollection | semmle.label | access to property QueryString : NameValueCollection |
911
| LogForging.cs:17:27:17:61 | access to indexer : String | semmle.label | access to indexer : String |
1012
| LogForging.cs:20:21:20:43 | ... + ... | semmle.label | ... + ... |
1113
| LogForging.cs:26:50:26:72 | ... + ... | semmle.label | ... + ... |
14+
| LogForgingAsp.cs:8:32:8:39 | username : String | semmle.label | username : String |
15+
| LogForgingAsp.cs:12:21:12:43 | ... + ... | semmle.label | ... + ... |
16+
| LogForgingAsp.cs:15:34:15:37 | date : DateTime | semmle.label | date : DateTime |
17+
| LogForgingAsp.cs:19:21:19:64 | $"..." | semmle.label | $"..." |
1218
subpaths
1319
#select
1420
| LogForging.cs:20:21:20:43 | ... + ... | LogForging.cs:17:27:17:49 | access to property QueryString : NameValueCollection | LogForging.cs:20:21:20:43 | ... + ... | $@ flows to log entry. | LogForging.cs:17:27:17:49 | access to property QueryString | User-provided value |
1521
| LogForging.cs:26:50:26:72 | ... + ... | LogForging.cs:17:27:17:49 | access to property QueryString : NameValueCollection | LogForging.cs:26:50:26:72 | ... + ... | $@ flows to log entry. | LogForging.cs:17:27:17:49 | access to property QueryString | User-provided value |
22+
| LogForgingAsp.cs:12:21:12:43 | ... + ... | LogForgingAsp.cs:8:32:8:39 | username : String | LogForgingAsp.cs:12:21:12:43 | ... + ... | $@ flows to log entry. | LogForgingAsp.cs:8:32:8:39 | username | User-provided value |
23+
| LogForgingAsp.cs:19:21:19:64 | $"..." | LogForgingAsp.cs:15:34:15:37 | date : DateTime | LogForgingAsp.cs:19:21:19:64 | $"..." | $@ flows to log entry. | LogForgingAsp.cs:15:34:15:37 | date | User-provided value |

0 commit comments

Comments
 (0)