dd-trace-java icon indicating copy to clipboard operation
dd-trace-java copied to clipboard

String taint tracking - substring and subSequence methods

Open jandro996 opened this issue 3 years ago • 0 comments

What Does This Do

Adds all the instrumentation needed to perform taint tacking in substring operations for String objects

Motivation

IAST requires to track all modifications that happen to strings in the code, this PR implements the substring and subSequence operations for String class

jandro996 avatar Sep 29 '22 10:09 jandro996