Skip to content

Commit 2f31431

Browse files
author
Nikita Kraiouchkine
committed
Correct ARR30-C metadata
1 parent 9dd30f0 commit 2f31431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c/cert/src/rules/ARR30-C/DoNotFormOutOfBoundsPointersOrArraySubscripts.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @description Forming or using an out-of-bounds pointer is undefined behavior and can result in
55
* invalid memory accesses.
66
* @kind problem
7-
* @precision high
7+
* @precision medium
88
* @problem.severity error
99
* @tags external/cert/id/arr30-c
1010
* correctness

0 commit comments

Comments
 (0)