Skip to content

v2.17.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Apr 18:34
f74633d

Release summary

  • New queries added for the following rule packages: OutOfBounds

Supported versions

  • The LGTM pack is not supported on any released version of LGTM without support from GitHub Professional Services.
  • The Code Scanning pack is supported when:
    • Using the CodeQL CLI version 2.10.5 in conjunction with a copy of the CodeQL standard library for C++ (github/codeql) set to the tag codeql-cli/v2.10.5.
    • Using the CodeQL Action or CodeQL runner with the codeql-bundle-20220908.

Appendix: MISRA-C-2012 new queries

New queries added to cover the following rules:

  • RULE-21-17 - StringFunctionPointerArgumentOutOfBounds.ql
  • RULE-21-18 - StringLibrarySizeArgumentOutOfBounds.ql

Appendix: CERT-C new queries

New queries added to cover the following rules:

  • ARR30-C - DoNotFormOutOfBoundsPointersOrArraySubscripts.ql
  • ARR38-C - LibraryFunctionArgumentOutOfBounds.ql