We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72a0325 commit 5ffbf56Copy full SHA for 5ffbf56
1 file changed
cpp/ql/src/Security/CWE/CWE-295/SSLResultNotChecked.ql
@@ -1,12 +1,13 @@
1
/**
2
- * @name TODO
3
- * @description TODO
+ * @name Certificate not checked
+ * @description Always check the result of certificate verification after fetching an SSL certificate.
4
* @kind problem
5
- * @problem.severity TODO
+ * @problem.severity error
6
* @security-severity TODO
7
* @precision TODO
8
- * @id TODO
9
- * @tags TODO
+ * @id cpp/certificate-not-checked
+ * @tags security
10
+ * external/cwe/cwe-295
11
*/
12
13
0 commit comments