We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70e41b1 commit eac0222Copy full SHA for eac0222
cpp/ql/src/Security/CWE/CWE-570/IncorrectAllocationErrorHandling.ql
@@ -4,10 +4,13 @@
4
* @kind problem
5
* @id cpp/incorrect-allocation-error-handling
6
* @problem.severity warning
7
+ * @security-severity 7.5
8
* @precision medium
9
* @tags correctness
10
* security
11
* external/cwe/cwe-570
12
+ * external/cwe/cwe-252
13
+ * external/cwe/cwe-755
14
*/
15
16
import cpp
0 commit comments