mirror of
https://github.com/github/codeql.git
synced 2026-02-24 02:43:40 +01:00
789 B
789 B
0.9.9
New Queries
- Added a new query,
cpp/type-confusion, to detect casts to invalid types.
Query Metadata Changes
@precision mediummetadata was added to thecpp/boost/tls-settings-misconfigurationandcpp/boost/use-of-deprecated-hardcoded-security-protocolqueries, and these queries are now included in the security-extended suite. The@namemetadata of these queries were also updated.
Minor Analysis Improvements
- The "Missing return-value check for a 'scanf'-like function" query (
cpp/missing-check-scanf) has been converted to apath-problemquery. - The "Potentially uninitialized local variable" query (
cpp/uninitialized-local) has been converted to apath-problemquery. - Added models for
GLiballocation and deallocation functions.