Rust: Promote rust/uncontrolled-allocation-size to warning.

This commit is contained in:
Geoffrey White
2025-05-01 16:42:13 +01:00
parent 40f80ff4e7
commit bd3155ef0c

View File

@@ -4,7 +4,7 @@
* arbitrary amounts of memory being allocated, leading to a crash or a
* denial-of-service (DoS) attack.
* @kind path-problem
* @problem.severity recommendation
* @problem.severity warning
* @security-severity 7.5
* @precision high
* @id rust/uncontrolled-allocation-size