Skip to content

Commit 70fdfc2

Browse files
committed
C++: Set precision to medium and add security severity.
1 parent 4daabda commit 70fdfc2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cpp/ql/src/Security/CWE/CWE-193/InvalidPointerDeref.ql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
* and may lead to security vulnerabilities.
55
* @kind path-problem
66
* @problem.severity error
7-
* @precision high
7+
* @security-severity 9.3
8+
* @precision medium
89
* @id cpp/invalid-pointer-deref
910
* @tags reliability
1011
* security

0 commit comments

Comments
 (0)