Skip to content

Commit a6c0a9e

Browse files
committed
Python: one more fix
1 parent 730871c commit a6c0a9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/lib/semmle/python/security/dataflow/CodeInjectionCustomizations.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ module CodeInjection {
5353
/**
5454
* A comparison with a constant string, considered as a sanitizer-guard.
5555
*/
56-
class StringConstCompareAsSanitizerGuard extends SanitizerGuard, StringConstCompare { }
56+
class StringConstCompareAsSanitizer extends Sanitizer, StringConstCompareBarrier { }
5757
}

0 commit comments

Comments
 (0)