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

String taint tracking - repeat method

Open jandro996 opened this issue 3 years ago • 0 comments

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

jandro996 avatar Oct 10 '22 11:10 jandro996