Skip to content

Commit 671f7df

Browse files
committed
Rust: Query metadata.
1 parent 7ceb764 commit 671f7df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rust/ql/src/queries/security/CWE-825/AccessInvalidPointer.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
* @description Dereferencing an invalid or dangling pointer is undefined behavior and may cause memory corruption.
44
* @kind path-problem
55
* @problem.severity error
6-
* @security-severity TODO
7-
* @precision TODO
6+
* @security-severity 7.5
7+
* @precision high
88
* @id rust/access-invalid-pointer
99
* @tags reliability
1010
* security

0 commit comments

Comments
 (0)