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 fe2d0b6 commit 75a3c93Copy full SHA for 75a3c93
rust/ql/src/queries/summary/TaintSources.ql
@@ -14,4 +14,5 @@ import codeql.rust.Concepts
14
from ThreatModelSource s, string defaultString
15
where
16
if s instanceof ActiveThreatModelSource then defaultString = " (DEFAULT)" else defaultString = ""
17
-select s, "Flow source '" + s.getSourceType() + "' of type " + s.getThreatModel() + defaultString + "."
+select s,
18
+ "Flow source '" + s.getSourceType() + "' of type " + s.getThreatModel() + defaultString + "."
0 commit comments