mirror of
https://github.com/github/codeql.git
synced 2026-05-01 19:55:15 +02:00
JS: Autoformat
This commit is contained in:
@@ -2,7 +2,9 @@ import javascript
|
||||
import semmle.javascript.security.dataflow.Xss
|
||||
import semmle.javascript.security.dataflow.CodeInjectionCustomizations
|
||||
|
||||
query Templating::TemplateSyntax getTemplateInstantiationSyntax(Templating::TemplateInstantiaton inst) {
|
||||
query Templating::TemplateSyntax getTemplateInstantiationSyntax(
|
||||
Templating::TemplateInstantiaton inst
|
||||
) {
|
||||
result = inst.getTemplateSyntax()
|
||||
}
|
||||
|
||||
@@ -14,10 +16,6 @@ query Templating::TemplateFile getTargetFile(Templating::TemplateInstantiaton in
|
||||
result = inst.getTemplateFile()
|
||||
}
|
||||
|
||||
query DomBasedXss::Sink xssSink() {
|
||||
any()
|
||||
}
|
||||
query DomBasedXss::Sink xssSink() { any() }
|
||||
|
||||
query CodeInjection::Sink codeInjectionSink() {
|
||||
any()
|
||||
}
|
||||
query CodeInjection::Sink codeInjectionSink() { any() }
|
||||
|
||||
Reference in New Issue
Block a user