Skip to content

Commit bd3155e

Browse files
committed
Rust: Promote rust/uncontrolled-allocation-size to warning.
1 parent 40f80ff commit bd3155e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/ql/src/queries/security/CWE-770/UncontrolledAllocationSize.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* arbitrary amounts of memory being allocated, leading to a crash or a
55
* denial-of-service (DoS) attack.
66
* @kind path-problem
7-
* @problem.severity recommendation
7+
* @problem.severity warning
88
* @security-severity 7.5
99
* @precision high
1010
* @id rust/uncontrolled-allocation-size

0 commit comments

Comments
 (0)