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.
2 parents 117795c + 84907f9 commit c41de33Copy full SHA for c41de33
javascript/ql/experimental/adaptivethreatmodeling/src/XssATM.ql
@@ -23,5 +23,5 @@ where
23
not isFlowLikelyInBaseQuery(source.getNode(), sink.getNode()) and
24
score = getScoreForFlow(source.getNode(), sink.getNode())
25
select sink.getNode(), source, sink,
26
- "(Experimental) This may be a cross-site scripting vulnerability due to $@. Identified using machine learning."
27
- + "a user-provided value", score
+ "(Experimental) This may be a cross-site scripting vulnerability due to $@. Identified using machine learning.",
+ source.getNode(), "a user-provided value", score
0 commit comments