Rust: Tweak query description.

This commit is contained in:
Geoffrey White
2025-04-07 14:29:32 +01:00
parent dad85854cd
commit 41f54d836e

View File

@@ -1,7 +1,8 @@
/**
* @name Uncontrolled allocation size
* @description Allocating memory with a size controlled by an external user can result in
* arbitrary amounts of memory being allocated.
* arbitrary amounts of memory being allocated, leading to a crash or a
* denial-of-service (DoS) attack.
* @kind path-problem
* @problem.severity recommendation
* @security-severity 7.5