Skip to content

Commit 8f9f125

Browse files
committed
C#: CFG and data flow nodes now exist for LHSs.
1 parent 2fb3876 commit 8f9f125

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

csharp/ql/test/library-tests/security/dataflow/flowsources/StoredFlowSources.expected

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@
88
| data.cs:28:51:28:71 | access to indexer |
99
| data.cs:28:51:28:71 | call to method ToString |
1010
| data.cs:30:13:30:26 | access to local variable customerReader |
11+
| entity.cs:31:29:31:33 | access to local variable blogs |
1112
| entity.cs:31:29:31:82 | DbRawSqlQuery<Blog> blogs = ... |
1213
| entity.cs:31:37:31:82 | call to method SqlQuery<Blog> |
1314
| entity.cs:32:30:32:34 | access to local variable blogs |
1415
| entity.cs:35:31:35:34 | access to local variable blog |
1516
| entity.cs:35:31:35:39 | access to property Name |
17+
| entity.cs:38:31:38:39 | access to local variable blogNames |
1618
| entity.cs:38:31:38:93 | DbRawSqlQuery<String> blogNames = ... |
1719
| entity.cs:38:43:38:93 | call to method SqlQuery<String> |
1820
| entity.cs:39:34:39:42 | access to local variable blogNames |

0 commit comments

Comments
 (0)