Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.6 KB

File metadata and controls

48 lines (33 loc) · 1.6 KB

0.5.1

Bug Fixes

  • The actions/unversioned-immutable-action query will no longer report any alerts, since the Immutable Actions feature is not yet available for customer use. The query remains in the default Code Scanning suites for use internal to GitHub. Once the Immutable Actions feature is available, the query will be updated to report alerts again.

0.5.0

Breaking Changes

  • The following queries have been removed from the code-scanning and security-extended suites. Any existing alerts for these queries will be closed automatically.

    • actions/if-expression-always-true/critical
    • actions/if-expression-always-true/high
    • actions/unnecessary-use-of-advanced-config
  • The following query has been moved from the code-scanning suite to the security-extended suite. Any existing alerts for this query will be closed automatically unless the analysis is configured to use the security-extended suite.

    • actions/unpinned-tag
  • The following queries have been added to the security-extended suite.

    • actions/unversioned-immutable-action
    • actions/envpath-injection/medium
    • actions/envvar-injection/medium
    • actions/code-injection/medium
    • actions/artifact-poisoning/medium
    • actions/untrusted-checkout/medium

Minor Analysis Improvements

  • Fixed false positives in the query actions/unpinned-tag (CWE-829), which will no longer flag uses of Docker-based GitHub actions pinned by the container's SHA256 digest.

0.4.2

No user-facing changes.

0.4.1

No user-facing changes.

0.4.0

New Queries

  • Initial public preview release