Java: Add change note.

This commit is contained in:
Anders Schack-Mulligen
2024-11-04 14:11:35 +01:00
parent 6f32c4129d
commit 5a4b720322

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Calling `coll.contains(x)` is now a taint sanitizer (for any query) for the value `x`, where `coll` is a collection of constants.