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 {
4141 }
4242
4343 override predicate isSanitizerGuard ( TaintTracking:: SanitizerGuardNode guard ) {
44- guard instanceof PrefixStringSanitizer or
4544 guard instanceof QuoteGuard or
4645 guard instanceof ContainsHtmlGuard or
4746 guard instanceof TypeTestGuard
@@ -50,15 +49,6 @@ class Configration extends TaintTracking::Configuration {
5049
5150private import semmle.javascript.security.dataflow.Xss:: Shared as Shared
5251
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-
6252private class QuoteGuard extends TaintTracking:: SanitizerGuardNode , Shared:: QuoteGuard {
6353 QuoteGuard ( ) { this = this }
6454}
You can’t perform that action at this time.
0 commit comments