Skip to content

Commit 41f54d8

Browse files
committed
Rust: Tweak query description.
1 parent dad8585 commit 41f54d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
/**
22
* @name Uncontrolled allocation size
33
* @description Allocating memory with a size controlled by an external user can result in
4-
* arbitrary amounts of memory being allocated.
4+
* arbitrary amounts of memory being allocated, leading to a crash or a
5+
* denial-of-service (DoS) attack.
56
* @kind path-problem
67
* @problem.severity recommendation
78
* @security-severity 7.5

0 commit comments

Comments
 (0)