Skip to content

Commit f5b4073

Browse files
committed
C++: Add security-severity tag and provisional precision.
1 parent 7869733 commit f5b4073

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
* @description Only accept SSL certificates that pass certificate verification.
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-result-conflation
99
* @tags security
1010
* external/cwe/cwe-295

0 commit comments

Comments
 (0)