mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
Change to camelcase
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
import javascript
|
||||
import javascript
|
||||
import semmle.javascript.security.dataflow.ReflectedXssCustomizations
|
||||
|
||||
query predicate test_XSS(ReflectedXss::Sink sink, Http::ResponseSendArgument res) {
|
||||
sink = res
|
||||
}
|
||||
query predicate test_Xss(ReflectedXss::Sink sink, Http::ResponseSendArgument res) { sink = res }
|
||||
|
||||
Reference in New Issue
Block a user