9.0.10
mrjameshamilton
released this
03 Jul 13:44
·
245 commits
to master
since this release
Improved
TaintSink
can now be configured with a predicate to filter on whichTaintSource
s trigger it.- Improve performance of
DynamicClassReferenceInitializer
. - Improve performance of
DynamicClassMemberReferenceInitializer
.
API changes
- The constructors in
JvmInvokeTaintSink
are now deprecated,JvmInvokeTaintSink#Builder
should be used instead. MultiTypedReferenceValue.generalize()
now removes thenull
type from the set of potential types, and setsmaybeNull
on the other types instead.