dd-trace-java
dd-trace-java copied to clipboard
StringConcatFactory taint tracking
What Does This Do
Add taint tracking support for + concatenation in JDK >=9 through StringConcatFactory
Motivation
JDKs with support for invoke dynamic use StringConcatFactory in order to do String concatenation through the + operator, we need to support it in order to do traint tracking.