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.
2 parents 745ece6 + eac0222 commit 7f7f906Copy full SHA for 7f7f906
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