You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug scripts/reports/analysis_report.py fails for .sarif file containing MISRA violations.
In our project, we have C files and C++ files. We want to use MISRA C for .c and .h files and Autosar C++14 for .cpp and .hpp files. A naive way to run both queries fails in the report generation because of this incomplete array:
Describe the bug
scripts/reports/analysis_report.py
fails for .sarif file containing MISRA violations.In our project, we have C files and C++ files. We want to use MISRA C for .c and .h files and Autosar C++14 for .cpp and .hpp files. A naive way to run both queries fails in the report generation because of this incomplete array:
codeql-coding-standards/scripts/reports/utils.py
Lines 185 to 186 in 6e090fe
To Reproduce
Expected behavior
Normal report generation without errors
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
The text was updated successfully, but these errors were encountered: