C++: Add metadata for result not checked query.

This commit is contained in:
Geoffrey White
2021-11-24 17:49:29 +00:00
parent 72a03257e7
commit 5ffbf563b8

View File

@@ -1,12 +1,13 @@
/**
* @name TODO
* @description TODO
* @name Certificate not checked
* @description Always check the result of certificate verification after fetching an SSL certificate.
* @kind problem
* @problem.severity TODO
* @problem.severity error
* @security-severity TODO
* @precision TODO
* @id TODO
* @tags TODO
* @id cpp/certificate-not-checked
* @tags security
* external/cwe/cwe-295
*/