Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 492 Bytes

File metadata and controls

6 lines (4 loc) · 492 Bytes

0.5.0

Minor Analysis Improvements

  • The AlertSuppression.ql query has been updated to support the new // codeql[query-id] supression comments. These comments can be used to suppress an alert and must be placed on a blank line before the alert. In addition the legacy // lgtm and // lgtm[query-id] comments can now also be placed on the line before an alert.
  • The cpp/missing-check-scanf query no longer reports the free'ing of scanf output variables as potential reads.