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 1f1ec97 commit de517aeCopy full SHA for de517ae
java/ql/lib/semmle/code/java/security/UnsafeDeserializationQuery.qll
@@ -313,6 +313,8 @@ private module UnsafeDeserializationConfig implements DataFlow::ConfigSig {
313
predicate observeDiffInformedIncrementalMode() { any() }
314
315
Location getASelectedSinkLocation(DataFlow::Node sink) {
316
+ result = sink.getLocation()
317
+ or
318
result = sink.(UnsafeDeserializationSink).getMethodCall().getLocation()
319
}
320
0 commit comments