Skip to content

Commit e98ab5d

Browse files
committed
C++: Add security-severity tag and provisional precision.
1 parent 4c5faaf commit e98ab5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/ql/src/Security/CWE/CWE-295/SSLResultNotChecked.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
* @description Always check the result of certificate verification after fetching an SSL certificate.
44
* @kind problem
55
* @problem.severity error
6-
* @security-severity TODO
7-
* @precision TODO
6+
* @security-severity 7.5
7+
* @precision medium
88
* @id cpp/certificate-not-checked
99
* @tags security
1010
* external/cwe/cwe-295

0 commit comments

Comments
 (0)