We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 128053e commit d9dbcdbCopy full SHA for d9dbcdb
2 files changed
cpp/ql/lib/semmle/code/cpp/models/Models.qll
@@ -42,6 +42,7 @@ private import implementations.Accept
42
private import implementations.Poll
43
private import implementations.Select
44
private import implementations.MySql
45
+private import implementations.NoexceptFunction
46
private import implementations.ODBC
47
private import implementations.SqLite3
48
private import implementations.PostgreSql
cpp/ql/src/Security/CWE/CWE-570/IncorrectAllocationErrorHandling.ql
@@ -16,7 +16,6 @@
16
import cpp
17
import semmle.code.cpp.valuenumbering.GlobalValueNumbering
18
import semmle.code.cpp.controlflow.Guards
19
-import semmle.code.cpp.models.interfaces.NonThrowing
20
import semmle.code.cpp.models.implementations.NoexceptFunction
21
22
/** Gets the `Constructor` invoked when `newExpr` allocates memory. */
0 commit comments