dd-trace-java
dd-trace-java copied to clipboard
String taint tracking - substring and subSequence methods
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