We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba3f9d6 commit 617f4f1Copy full SHA for 617f4f1
java/ql/lib/semmle/code/java/security/RequestForgery.qll
@@ -63,7 +63,7 @@ abstract class RequestForgerySanitizer extends DataFlow::Node { }
63
64
private class PrimitiveSanitizer extends RequestForgerySanitizer instanceof SimpleTypeSanitizer { }
65
66
-private class HostnameSanitizingPrefix extends InterestingPrefix {
+class HostnameSanitizingPrefix extends InterestingPrefix {
67
int offset;
68
69
HostnameSanitizingPrefix() {
0 commit comments