File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
library-tests/security/dataflow/flowsources Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 6
6
| data.cs:28:35:28:71 | ... + ... |
7
7
| data.cs:28:51:28:64 | access to local variable customerReader |
8
8
| data.cs:28:51:28:71 | access to indexer |
9
+ | data.cs:28:51:28:71 | call to method ToString |
9
10
| data.cs:30:13:30:26 | access to local variable customerReader |
10
11
| entity.cs:31:29:31:82 | DbRawSqlQuery<Blog> blogs = ... |
11
12
| entity.cs:31:37:31:82 | call to method SqlQuery<Blog> |
Original file line number Diff line number Diff line change 908
908
| D.cs:253:13:253:14 | access to local variable o2 | null | D.cs:249:18:249:38 | ... ? ... : ... | null |
909
909
| D.cs:266:13:266:27 | ... is ... | true | D.cs:266:13:266:17 | access to local variable other | non-null |
910
910
| D.cs:310:21:310:26 | ... + ... | non-null | D.cs:310:21:310:22 | "" | non-null |
911
- | D.cs:310:21:310:26 | ... + ... | non-null | D.cs:310:26:310:26 | access to parameter a | non-null |
912
- | D.cs:310:21:310:26 | ... + ... | null | D.cs:310:26:310:26 | access to parameter a | null |
911
+ | D.cs:310:21:310:26 | ... + ... | non-null | D.cs:310:26:310:26 | call to method ToString | non-null |
912
+ | D.cs:310:21:310:26 | ... + ... | null | D.cs:310:26:310:26 | call to method ToString | null |
913
913
| D.cs:312:17:312:23 | !... | false | D.cs:312:18:312:23 | access to local variable s_null | true |
914
914
| D.cs:312:17:312:23 | !... | true | D.cs:312:18:312:23 | access to local variable s_null | false |
915
915
| D.cs:318:16:318:62 | ... && ... | true | D.cs:318:16:318:36 | ... == ... | true |
You can’t perform that action at this time.
0 commit comments