Skip to content

Commit fc02938

Browse files
authored
Merge pull request github#16088 from hvitved/csharp/library-property-store
C#: Include all non-source-code properties in data flow
2 parents 7beb737 + 64e82bb commit fc02938

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)