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