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 df2e2e5 commit 65fb895Copy full SHA for 65fb895
java/ql/lib/semmle/code/java/security/RequestForgery.qll
@@ -81,8 +81,10 @@ private class HostnameSanitizingPrefix extends InterestingPrefix {
81
* A value that is the result of prepending a string that prevents any value from controlling the
82
* host of a URL.
83
*/
84
-private class HostnameSantizer extends RequestForgerySanitizer {
85
- HostnameSantizer() { this.asExpr() = any(HostnameSanitizingPrefix hsp).getAnAppendedExpression() }
+private class HostnameSanitizer extends RequestForgerySanitizer {
+ HostnameSanitizer() {
86
+ this.asExpr() = any(HostnameSanitizingPrefix hsp).getAnAppendedExpression()
87
+ }
88
}
89
90
/**
0 commit comments