mirror of
https://github.com/github/codeql.git
synced 2026-04-17 21:14:02 +02:00
Make HostnameSanitizingPrefix public
This commit is contained in:
@@ -63,7 +63,7 @@ abstract class RequestForgerySanitizer extends DataFlow::Node { }
|
||||
|
||||
private class PrimitiveSanitizer extends RequestForgerySanitizer instanceof SimpleTypeSanitizer { }
|
||||
|
||||
private class HostnameSanitizingPrefix extends InterestingPrefix {
|
||||
class HostnameSanitizingPrefix extends InterestingPrefix {
|
||||
int offset;
|
||||
|
||||
HostnameSanitizingPrefix() {
|
||||
|
||||
Reference in New Issue
Block a user