remove unused classes

This commit is contained in:
amammad
2023-10-08 11:08:05 +02:00
parent 15671682c5
commit 3f41a42c38

View File

@@ -20,8 +20,6 @@ import DataFlow::PathGraph
abstract class Sanitizer extends DataFlow::Node { }
abstract class Sink extends DataFlow::Node { }
/** A non-first leaf in a string-concatenation. Seen as a sanitizer for dynamic import code injection. */
class NonFirstStringConcatLeaf extends Sanitizer {
NonFirstStringConcatLeaf() {
@@ -87,5 +85,5 @@ class Configuration extends TaintTracking::Configuration {
from Configuration cfg, DataFlow::PathNode source, DataFlow::PathNode sink
where cfg.hasFlowPath(source, sink)
select sink.getNode(), source, sink, sink.getNode() + "This command line depends on a $@.", source.getNode(),
"user-provided value"
select sink.getNode(), source, sink, sink.getNode() + "This command line depends on a $@.",
source.getNode(), "user-provided value"