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 7310c15 commit c5a59d6Copy full SHA for c5a59d6
java/ql/lib/semmle/code/java/security/UrlForward.qll
@@ -41,12 +41,11 @@ abstract class UrlForwardBarrier extends DataFlow::Node { }
41
42
private class PrimitiveBarrier extends UrlForwardBarrier instanceof SimpleTypeSanitizer { }
43
44
-// TODO: QLDoc
+/** A barrier for URLs appended to a prefix. */
45
private class FollowsBarrierPrefix extends UrlForwardBarrier {
46
FollowsBarrierPrefix() { this.asExpr() = any(BarrierPrefix fp).getAnAppendedExpression() }
47
}
48
49
-// TODO: QLDoc and fix broadness of this prefix check...
50
private class BarrierPrefix extends InterestingPrefix {
51
BarrierPrefix() {
52
not this.getStringValue().matches("/WEB-INF/%") and
0 commit comments