Skip to content

Commit 9b0ee8f

Browse files
committed
Rust: Add security-severity tag and reduce precision to medium for now.
precis
1 parent b3330b5 commit 9b0ee8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
* causes undefined behavior and may result in memory corruption.
55
* @kind path-problem
66
* @problem.severity error
7-
* @security-severity TODO
8-
* @precision high
7+
* @security-severity 9.8
8+
* @precision medium
99
* @id rust/access-after-lifetime-ended
1010
* @tags reliability
1111
* security

0 commit comments

Comments
 (0)