Rust: Fix warning by making the query a path-problem.

This commit is contained in:
Geoffrey White
2025-09-22 17:01:12 +01:00
parent 6362884d16
commit 86c8c3c8c0

View File

@@ -3,7 +3,7 @@
* @description Omitting the 'Secure' attribute allows data to be transmitted insecurely
* using HTTP. Always set 'Secure' to 'true' to ensure that HTTPS
* is used at all times.
* @kind problem
* @kind path-problem
* @problem.severity error
* @security-severity 7.5
* @precision high