mirror of
https://github.com/github/codeql.git
synced 2026-02-24 02:43:40 +01:00
389 B
389 B
0.9.0
Breaking Changes
- The
cpp/tainted-format-string-through-globalquery has been deleted. This does not lead to a loss of relevant alerts, as the query duplicated a subset of the alerts fromcpp/tainted-format-string.
New Queries
- Added a new query,
cpp/use-of-string-after-lifetime-ends, to detect calls toc_stron strings that will be destroyed immediately.