mirror of
https://github.com/github/codeql.git
synced 2026-04-27 01:35:13 +02:00
897 B
897 B
1.5.0
Major Analysis Improvements
- The queries
cpp/wrong-type-format-argument,cpp/comparison-with-wider-type,cpp/integer-multiplication-cast-to-long,cpp/implicit-function-declarationandcpp/suspicious-add-sizeofhave had their precisions reduced fromhightomedium. They will also now give alerts for projects built withbuild-mode: none. - The queries
cpp/wrong-type-format-argument,cpp/comparison-with-wider-type,cpp/integer-multiplication-cast-to-longandcpp/suspicious-add-sizeofare no longer included in thecode-scanningsuite.
Bug Fixes
- The predicate
occurenceCountin the file moduleMagicConstantshas been deprecated. UseoccurrenceCountinstead. - The predicate
additionalAdditionOrSubstractionCheckForLeapYearin the file moduleLeapYearhas been deprecated. UseadditionalAdditionOrSubtractionCheckForLeapYearinstead.