mirror of
https://github.com/github/codeql.git
synced 2026-04-24 00:05:14 +02:00
Add change notes for ThreadResourceAbuse ArithExpr fix
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user