Skip to content

Commit 7f7f906

Browse files
authored
Merge pull request github#6808 from MathiasVP/add-cwes-to-incorrect-allocation-handling
C++: Add more CWEs to 'cpp/incorrect-allocation-error-handling'.
2 parents 745ece6 + eac0222 commit 7f7f906

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cpp/ql/src/Security/CWE/CWE-570/IncorrectAllocationErrorHandling.ql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@
44
* @kind problem
55
* @id cpp/incorrect-allocation-error-handling
66
* @problem.severity warning
7+
* @security-severity 7.5
78
* @precision medium
89
* @tags correctness
910
* security
1011
* external/cwe/cwe-570
12+
* external/cwe/cwe-252
13+
* external/cwe/cwe-755
1114
*/
1215

1316
import cpp

0 commit comments

Comments
 (0)