codeql-coding-standards icon indicating copy to clipboard operation
codeql-coding-standards copied to clipboard

This repository contains CodeQL queries and libraries which support various Coding Standards.

Results 202 codeql-coding-standards issues
Sort by recently updated
recently updated
newest added

### Affected rules - cpp/autosar/undocumented-user-defined-type ### Description The query incorrect flags the function `MyFunction`. ### Example ```cpp /// @brief MyFunction. /// @tparam MyType template parameter. /// @param Parameter. /// @return...

Difficulty-Medium
Impact-High
user-report
false positive/false negative
Phase III
Standard-AUTOSAR

the standard lists an exception where some explicit constructors may be constrained and therefore not actually overload implicit copy/move ctors. the current implementation does not cover this, further consideration is...

Standard-AUTOSAR

Improve testcase In previous [FP report](https://github.com/github/codeql-coding-standards/issues/404) we were not able to reproduce and no different was observed in openpilot after the [implementation of the fix](https://github.com/github/codeql-coding-standards/pull/510) This issue captures the goal...

Standard-AUTOSAR

as [described here](https://github.com/github/codeql-coding-standards/issues/372#issuecomment-1778870453) there may be a few queries where compiler generated constructs need to be omitted this issue attempts to capture a more systematic approach to verify if there...

## Description I recently reviewed a number of unimplemented MISRA C and CERT C rules related to the contracts which we had marked as either "compiler supported" or "covered by...

## Description This PR adds a workflow based on Nix to build a CodeQL CLI with support for QL so we can analyze our QL files for issues we want...

Hello @mbaluda, This issue has been automatically created because there are missing attestations in the following pull requests you approved: | Pull Request | Problems | |--------------|----------| | https://github.com/github/codeql-coding-standards/pull/333 |...

Hello @kraiouchkine, This issue has been automatically created because there are missing attestations in the following pull requests you approved: | Pull Request | Problems | |--------------|----------| | https://github.com/github/codeql-coding-standards/pull/416 |...

Hello @jsinglet, This issue has been automatically created because there are missing attestations in the following pull requests you approved: | Pull Request | Problems | |--------------|----------| | https://github.com/github/codeql-coding-standards/pull/464 |...

Hello @lcartey, This issue has been automatically created because there are missing attestations in the following pull requests you approved: | Pull Request | Problems | |--------------|----------| | https://github.com/github/codeql-coding-standards/pull/473 |...