Skip to content

Commit b351d5b

Browse files
committed
Autoformat
1 parent f83ea25 commit b351d5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/lib/semmle/code/java/security/RequestForgery.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ private class DefaultRequestForgeryAdditionalTaintStep extends RequestForgeryAdd
3737
private class TypePropertiesRequestForgeryAdditionalTaintStep extends RequestForgeryAdditionalTaintStep {
3838
override predicate propagatesTaint(DataFlow::Node pred, DataFlow::Node succ) {
3939
exists(MethodAccess ma |
40-
// Properties props = new Properties();
40+
// Properties props = new Properties();
4141
// props.setProperty("jdbcUrl", tainted);
4242
// Propagate tainted value to the qualifier `props`
4343
ma.getMethod() instanceof PropertiesSetPropertyMethod and

0 commit comments

Comments
 (0)