Skip to content

Commit 64e82bb

Browse files
committed
C#: Include all non-source-code properties in data flow
1 parent cccb11f commit 64e82bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlowPrivate.qll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1997,6 +1997,8 @@ class FieldOrProperty extends Assignable, Modifiable {
19971997
or
19981998
p.getDeclaringType() instanceof AnonymousClass
19991999
)
2000+
or
2001+
p.fromLibrary()
20002002
)
20012003
}
20022004

0 commit comments

Comments
 (0)