Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider to remove CodeQL queries for AUTOSAR #594

Closed
mikir opened this issue Apr 12, 2024 · 0 comments
Closed

Consider to remove CodeQL queries for AUTOSAR #594

mikir opened this issue Apr 12, 2024 · 0 comments
Assignees
Labels
c++ C++ language generator enhancement New feature or request
Milestone

Comments

@mikir
Copy link
Contributor

mikir commented Apr 12, 2024

We are currently using CodeQL queries for AUTOSAR with the following findings.

The CodeQL queries suffer with the following problems:

  1. Very bad performance, we were not able to run CodeQL queries on whole C++ runtime library within 6-hours GitHub Action limit.
  2. No support for Zserio generated code.
  3. No support of Misra C++ 2023.
  4. Clumsy interface, e.g. to filter out some rules is not straightforward (if even possible at all).

Because of that, we have started to use SonarCloud instead. This allows us to remove CodeQL queries completely.

@mikir mikir added the enhancement New feature or request label Apr 12, 2024
@mikir mikir added this to the 2.14 milestone Apr 12, 2024
@mikir mikir added the c++ C++ language generator label Apr 12, 2024
@mikir mikir closed this as completed Apr 16, 2024
@mikir mikir self-assigned this Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c++ C++ language generator enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant