mirror of
https://github.com/github/codeql.git
synced 2026-05-01 11:45:14 +02:00
C++: Add metadata for result not checked query.
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user