Skip to content

v2.28.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 08 May 20:19
8acdf55

Release summary

  • No new queries were added for this release
  • The following changes have been made for this release:
  • A2-10-1, RULE-5-3 - IdentifierHiding.ql, IdentifierHidingC.ql:
    • Address FN reported in #118. Rule was missing detection of functions. Additionally omitted class template instantiations.
    • Fix FP for identifiers in nested namespaces.
      M9-3-3: MemberFunctionConstIfPossible.ql:
      • Fix FP reported in 381. Omit member functions that return nonconst reference types.
  • A13-2-2 - BinaryOperatorAndBitwiseOperatorReturnAPrvalue.ql:
    • Replaced the usage of getIdentityString() with toString() to avoid expensive computation to display the Operator names which were causing crashes on production code.

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.14.6 in conjunction with a copy of the CodeQL standard library for C++ (github/codeql) set to the tag codeql-cli/v2.14.6.
    • Using the CodeQL Action or CodeQL runner with the codeql-bundle-v2.14.6.