C++: Add more CWEs to 'cpp/incorrect-allocation-error-handling'.

This commit is contained in:
Mathias Vorreiter Pedersen
2021-10-04 15:15:40 +01:00
parent 70e41b180e
commit eac0222f2c

View File

@@ -4,10 +4,13 @@
* @kind problem
* @id cpp/incorrect-allocation-error-handling
* @problem.severity warning
* @security-severity 7.5
* @precision medium
* @tags correctness
* security
* external/cwe/cwe-570
* external/cwe/cwe-252
* external/cwe/cwe-755
*/
import cpp