Skip to content

Commit 368ba1c

Browse files
committed
C#: Update external models expected test output.
1 parent 367bbc4 commit 368ba1c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

csharp/ql/test/library-tests/dataflow/external-models/sinks.expected

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ invalidModelRow
44
| Sinks.cs:11:13:11:41 | this access | file-content-store |
55
| Sinks.cs:11:30:11:40 | access to local variable argToTagged | file-content-store |
66
| Sinks.cs:14:27:14:36 | access to local variable fieldWrite | sql-injection |
7-
| Sinks.cs:20:20:20:22 | access to local variable res | js-injection |
8-
| Sinks.cs:27:20:27:25 | access to local variable resTag | html-injection |
7+
| Sinks.cs:26:20:26:22 | access to local variable res | js-injection |
8+
| Sinks.cs:33:20:33:25 | access to local variable resTag | html-injection |

csharp/ql/test/library-tests/dataflow/external-models/srcs.expected

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ invalidModelRow
99
| Sources.cs:17:17:17:33 | call to method TaggedSrcMethod | local |
1010
| Sources.cs:18:17:18:30 | access to field TaggedSrcField | local |
1111
| Sources.cs:20:17:20:33 | call to method SrcTwoArg | local |
12-
| Sources.cs:24:14:24:20 | this | local |
13-
| Sources.cs:24:29:24:45 | taggedMethodParam | local |
14-
| Sources.cs:28:49:28:62 | taggedSrcParam | local |
15-
| Sources.cs:40:45:40:45 | p | local |
16-
| Sources.cs:47:50:47:50 | p | local |
17-
| Sources.cs:53:16:53:30 | this | local |
12+
| Sources.cs:27:14:27:20 | this | local |
13+
| Sources.cs:27:29:27:45 | taggedMethodParam | local |
14+
| Sources.cs:31:47:31:60 | taggedSrcParam | local |
15+
| Sources.cs:43:45:43:45 | p | local |
16+
| Sources.cs:50:50:50:50 | p | local |
17+
| Sources.cs:56:16:56:30 | this | local |

0 commit comments

Comments
 (0)