Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8678d5f commit 93c28d4Copy full SHA for 93c28d4
1 file changed
java/ql/src/semmle/code/java/dataflow/internal/TaintTrackingUtil.qll
@@ -389,6 +389,10 @@ private predicate taintPreservingQualifierToMethod(Method m) {
389
)
390
or
391
m instanceof StringReplaceMethod
392
+ or
393
+ exists(SpringUntrustedDataType dt |
394
+ m.(GetterMethod) = dt.getAMethod()
395
+ )
396
}
397
398
private class StringReplaceMethod extends Method {
0 commit comments