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 e8c9708 commit 3627eb2Copy full SHA for 3627eb2
java/ql/lib/semmle/code/java/dataflow/internal/TaintTrackingUtil.qll
@@ -460,6 +460,7 @@ class ObjectOutputStreamVar extends LocalVariableDecl {
460
result.getDestVar() = this
461
}
462
463
+ /** Gets a call to `writeObject` called against this variable. */
464
MethodCall getAWriteObjectMethodCall() {
465
result.getQualifier() = this.getAnAccess() and
466
result.getMethod().hasName("writeObject")
0 commit comments