We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a14651 commit 9d61004Copy full SHA for 9d61004
1 file changed
javascript/ql/src/semmle/javascript/security/dataflow/TaintedPathCustomizations.qll
@@ -19,8 +19,6 @@ module TaintedPath {
19
* A data flow sink for tainted-path vulnerabilities.
20
*/
21
abstract class Sink extends DataFlow::Node {
22
- Sink() { not this instanceof Sanitizer }
23
-
24
/** Gets a flow label denoting the type of value for which this is a sink. */
25
DataFlow::FlowLabel getAFlowLabel() { result instanceof Label::PosixPath }
26
}
0 commit comments