Add change note

This commit is contained in:
Owen Mansel-Chan
2025-03-13 15:05:32 +00:00
parent a8e993c942
commit 6ca9a1ff9a

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Fixed a false positive in "Time-of-check time-of-use race condition" (`java/toctou-race-condition`) where a field of a non-static class was not considered always-locked if it was accessed in a constructor.