Add change notes for ThreadResourceAbuse ArithExpr fix

This commit is contained in:
Eric Bickle
2023-10-06 14:31:37 -07:00
parent 000c1f7ec8
commit 4dca396106

View File

@@ -0,0 +1,5 @@
---
category: majorAnalysis
---
* The `java/thread-resource-abuse` experimental query has been improved to ensure that tained values flowing through arithmetic operations are preserved. For example, `Thread.sleep(untrustedInput * 1000)` will now be detected as a vulnerability.