From 3403cffe518d460ebd3acfd3487982050b147cbb Mon Sep 17 00:00:00 2001 From: Geoffrey White <40627776+geoffw0@users.noreply.github.com> Date: Thu, 25 Jun 2026 15:21:51 +0100 Subject: [PATCH] Rust: More-or-less the Copilot suggestion. --- .../rust/security/HardcodedCryptographicValueExtensions.qll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/ql/lib/codeql/rust/security/HardcodedCryptographicValueExtensions.qll b/rust/ql/lib/codeql/rust/security/HardcodedCryptographicValueExtensions.qll index 4ba846d2a8b..1ee03e2d4b5 100644 --- a/rust/ql/lib/codeql/rust/security/HardcodedCryptographicValueExtensions.qll +++ b/rust/ql/lib/codeql/rust/security/HardcodedCryptographicValueExtensions.qll @@ -160,7 +160,7 @@ module HardcodedCryptographicValue { * An arithmetic or bitwise operation that acts as a barrier. * * This prevents false positives where a hard-coded value is combined with - * non-constant data through operations like `+`, `^`, or `+=`. + * non-constant data through operations like `+`, `^`, or `+=` (including string concatenation). */ private class ArithmeticOperationBarrier extends Barrier { ArithmeticOperationBarrier() {