We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent add0332 commit 3c97bcbCopy full SHA for 3c97bcb
csharp/ql/lib/semmle/code/csharp/dataflow/internal/ExternalFlow.qll
@@ -427,7 +427,9 @@ Declaration interpretElement(
427
|
428
ext = "" and result = d
429
or
430
- ext = "Attribute" and result.(Attributable).getAnAttribute().getType() = d
+ ext = "Attribute" and
431
+ result.(Attributable).getAnAttribute().getType() = d and
432
+ not result instanceof Property
433
)
434
}
435
0 commit comments