mirror of
https://github.com/github/codeql.git
synced 2026-04-20 22:44:52 +02:00
Extend UrlRedirectSink from DataFlow::Node
This commit is contained in:
@@ -2,4 +2,4 @@ import java
|
||||
import semmle.code.java.dataflow.DataFlow
|
||||
|
||||
/** A URL redirection sink */
|
||||
abstract class UrlRedirectSink extends DataFlow::ExprNode { }
|
||||
abstract class UrlRedirectSink extends DataFlow::Node { }
|
||||
|
||||
Reference in New Issue
Block a user