Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 564 Bytes

File metadata and controls

3 lines (3 loc) · 564 Bytes
  • EXP51-CPP - DoNotDeleteAnArrayThroughAPointerOfTheIncorrectType.ql:
    • Refactored query logic into a shared library (DoNotDeleteAnArrayThroughAPointerOfTheIncorrectTypeShared.qll) to enable reuse by MISRA C++ RULE-4-1-3. The query logic is unchanged and no visible changes to results or performance are expected.
    • The query now uses a query predicate problems instead of a from/where/select. In path-problem BQRS output, the results section header changes from #select to problems. Alert results and their content are otherwise identical.