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 0675066 commit 332ee40Copy full SHA for 332ee40
javascript/ql/test/library-tests/frameworks/Vue/tests.ql
@@ -20,9 +20,7 @@ query predicate templateElement(Vue::Template::Element template) { any() }
20
21
import semmle.javascript.security.dataflow.DomBasedXss
22
23
-query predicate vhtmlSourceWrite(
24
- Vue::VHtmlSourceWrite w, DataFlow::Node pred, DataFlow::Node succ
25
-) {
+query predicate vhtmlSourceWrite(Vue::VHtmlSourceWrite w, DataFlow::Node pred, DataFlow::Node succ) {
26
w.step(pred, succ)
27
}
28
0 commit comments