Rust: Change note.

This commit is contained in:
Geoffrey White
2026-06-25 12:17:38 +01:00
parent 4bda03fe8d
commit 351d4954d7

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* The `rust/hard-coded-cryptographic-value` query now treats arithmetic and bitwise operations, including string append operations, as barriers. This addresses false positive results where hard-coded constants are combined with non-constant data, such as incrementing a nonce or appending variable data to a constant prefix.