dd-trace-java
dd-trace-java copied to clipboard
String taint tracking - repeat method
What Does This Do
Adds all the instrumentation needed to perform taint tacking in repeat operation for String objects
Motivation
IAST requires to track all modifications that happen to strings in the code, this PR implements the repeat operation for String class
Additional Notes
The String repeat method is available since JAVA 11