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 a002674 commit 7310c15Copy full SHA for 7310c15
java/ql/lib/semmle/code/java/security/UrlForward.qll
@@ -23,8 +23,8 @@ private class DefaultUrlForwardSink extends UrlForwardSink {
23
* An expression appended (perhaps indirectly) to `"forward:"`
24
* and reachable from a Spring entry point.
25
*/
26
-private class SpringUrlForwardSink extends UrlForwardSink {
27
- SpringUrlForwardSink() {
+private class SpringUrlForwardPrefixSink extends UrlForwardSink {
+ SpringUrlForwardPrefixSink() {
28
any(SpringRequestMappingMethod srmm).polyCalls*(this.getEnclosingCallable()) and
29
this.asExpr() = any(ForwardPrefix fp).getAnAppendedExpression()
30
}
0 commit comments