mirror of
https://github.com/github/codeql.git
synced 2025-12-24 12:46:34 +01:00
Format ReflectedXSS.qll
This commit is contained in:
@@ -19,9 +19,7 @@ class ReflectedXssConfiguration extends TaintTracking::Configuration {
|
||||
|
||||
override predicate isSource(DataFlow::Node source) { source instanceof RemoteFlowSource }
|
||||
|
||||
override predicate isSink(DataFlow::Node sink) {
|
||||
sink = any(EmailSender email).getHtmlBody()
|
||||
}
|
||||
override predicate isSink(DataFlow::Node sink) { sink = any(EmailSender email).getHtmlBody() }
|
||||
|
||||
override predicate isSanitizerGuard(DataFlow::BarrierGuard guard) {
|
||||
guard instanceof StringConstCompare
|
||||
|
||||
Reference in New Issue
Block a user