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 f83ea25 commit b351d5bCopy full SHA for b351d5b
java/ql/lib/semmle/code/java/security/RequestForgery.qll
@@ -37,7 +37,7 @@ private class DefaultRequestForgeryAdditionalTaintStep extends RequestForgeryAdd
37
private class TypePropertiesRequestForgeryAdditionalTaintStep extends RequestForgeryAdditionalTaintStep {
38
override predicate propagatesTaint(DataFlow::Node pred, DataFlow::Node succ) {
39
exists(MethodAccess ma |
40
- // Properties props = new Properties();
+ // Properties props = new Properties();
41
// props.setProperty("jdbcUrl", tainted);
42
// Propagate tainted value to the qualifier `props`
43
ma.getMethod() instanceof PropertiesSetPropertyMethod and
0 commit comments