Skip to content

Commit 02bab4c

Browse files
Malaykeowen-mc
andauthored
Update go/ql/src/experimental/CWE-770/DenialOfService.ql
Co-authored-by: Owen Mansel-Chan <[email protected]>
1 parent c097493 commit 02bab4c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

go/ql/src/experimental/CWE-770/DenialOfService.ql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
* @description slices created with the built-in make function from user-controlled sources using a
44
* maliciously large value possibly leading to a denial of service.
55
* @kind path-problem
6-
* @problem.severity high
6+
* @problem.severity error
77
* @security-severity 9
8+
* @precision high
89
* @id go/denial-of-service
910
* @tags security
1011
* experimental

0 commit comments

Comments
 (0)