Skip to content

Commit 5ffbf56

Browse files
committed
C++: Add metadata for result not checked query.
1 parent 72a0325 commit 5ffbf56

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
/**
2-
* @name TODO
3-
* @description TODO
2+
* @name Certificate not checked
3+
* @description Always check the result of certificate verification after fetching an SSL certificate.
44
* @kind problem
5-
* @problem.severity TODO
5+
* @problem.severity error
66
* @security-severity TODO
77
* @precision TODO
8-
* @id TODO
9-
* @tags TODO
8+
* @id cpp/certificate-not-checked
9+
* @tags security
10+
* external/cwe/cwe-295
1011
*/
1112

1213

0 commit comments

Comments
 (0)