mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
1.1 KiB
1.1 KiB
5.3.0
Deprecated APIs
- The
UnknownDefaultLocation,UnknownExprLocation, andUnknownStmtLocationclasses have been deprecated. UseUnknownLocationinstead.
New Features
- Added a
isFinalValueOfParameterpredicate to DataFlow::Node which holds when a dataflow node represents the final value of an output parameter of a function.
Minor Analysis Improvements
- The
FunctionWithWrapperslibrary (semmle.code.cpp.security.FunctionWithWrappers) no longer considers calls through function pointers as wrapper functions. - The analysis of C/C++ code targeting 64-bit Arm platforms has been improved. This includes support for the Arm-specific builtin functions, support for the
arm_neon.hheader and Neon vector types, and support for thefp8scalar type. Thearm_sve.hheader and scalable vectors are only partially supported at this point. - Added support for
__fp16 _Complexand__bf16 _Complextypes - Added
sql-injectionsink models for the Oracle Call Interface (OCI) database library functionsOCIStmtPrepareandOCIStmtPrepare2.