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 65b33f3 commit 787a6d1Copy full SHA for 787a6d1
rust/ql/src/queries/summary/SummaryStats.ql
@@ -58,7 +58,8 @@ where
58
or
59
key = "Taint sources - active" and value = count(ActiveThreatModelSource s)
60
61
- key = "Taint sources - disabled" and value = count(ThreatModelSource s | not s instanceof ActiveThreatModelSource)
+ key = "Taint sources - disabled" and
62
+ value = count(ThreatModelSource s | not s instanceof ActiveThreatModelSource)
63
64
key = "Taint sources - sensitive data" and value = count(SensitiveData d)
65
0 commit comments