Java: Add change note for extensible security queries.

This covers #3928, #3968, and #4172, among others.
This commit is contained in:
Anders Schack-Mulligen
2020-10-29 15:37:35 +01:00
parent e3ba05937f
commit 1beb3bdccd

View File

@@ -0,0 +1,4 @@
lgtm,codescanning
* Several security queries have been refactored to make them easier to extend with additional
sinks and/or taint steps. Sink definitions have generally been moved to importable libraries,
which can then be extended in `Customizations.qll`.