mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
JS: Autoformat
This commit is contained in:
@@ -20,9 +20,7 @@ query predicate templateElement(Vue::Template::Element template) { any() }
|
||||
|
||||
import semmle.javascript.security.dataflow.DomBasedXss
|
||||
|
||||
query predicate vhtmlSourceWrite(
|
||||
Vue::VHtmlSourceWrite w, DataFlow::Node pred, DataFlow::Node succ
|
||||
) {
|
||||
query predicate vhtmlSourceWrite(Vue::VHtmlSourceWrite w, DataFlow::Node pred, DataFlow::Node succ) {
|
||||
w.step(pred, succ)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user