File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
javascript/ql/lib/semmle/javascript/security/dataflow Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ class Configration extends TaintTracking::Configuration {
41
41
}
42
42
43
43
override predicate isSanitizerGuard ( TaintTracking:: SanitizerGuardNode guard ) {
44
- guard instanceof PrefixStringSanitizer or
45
44
guard instanceof QuoteGuard or
46
45
guard instanceof ContainsHtmlGuard or
47
46
guard instanceof TypeTestGuard
@@ -50,15 +49,6 @@ class Configration extends TaintTracking::Configuration {
50
49
51
50
private import semmle.javascript.security.dataflow.Xss:: Shared as Shared
52
51
53
- private class PrefixStringSanitizer extends TaintTracking:: SanitizerGuardNode ,
54
- DomBasedXss:: PrefixStringSanitizer {
55
- PrefixStringSanitizer ( ) { this = this }
56
- }
57
-
58
- private class PrefixString extends DataFlow:: FlowLabel , DomBasedXss:: PrefixString {
59
- PrefixString ( ) { this = this }
60
- }
61
-
62
52
private class QuoteGuard extends TaintTracking:: SanitizerGuardNode , Shared:: QuoteGuard {
63
53
QuoteGuard ( ) { this = this }
64
54
}
You can’t perform that action at this time.
0 commit comments