[PR #76] [CLOSED] chore(deps): bump zizmor from 1.19.0 to 1.22.0 #578

Closed
opened 2026-05-12 04:49:45 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vavkamil/awesome-bugbounty-tools/pull/76
Author: @dependabot[bot]
Created: 2/1/2026
Status: Closed

Base: mainHead: dependabot/pip/zizmor-1.22.0


📝 Commits (1)

  • e9f833b chore(deps): bump zizmor from 1.19.0 to 1.22.0

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 requirements.txt (+1 -1)

📄 Description

Bumps zizmor from 1.19.0 to 1.22.0.

Release notes

Sourced from zizmor's releases.

v1.22.0

Changes ⚠️🔗

  • The misfeature audit now only shows non-"well known" shell: findings when running with the "auditor" persona (#1532)

Bug Fixes 🐛🔗

  • Fixed a bug where inputs containing CRLF line endings were not patched correctly by the unpinned-uses audit (#1536)

v1.21.0

New Features 🌈🔗

  • New audit: misfeature detects usage of GitHub Actions features that are considered "misfeatures." (#1517)

Enhancements 🌱🔗

  • zizmor now uses exit code 3 to signal an audit that has failed because no input files were collected. See the exit code documentation for details (#1515)

  • The unpinned-uses audit now supports auto-fixes for many findings (#1525)

Changes ⚠️🔗

  • The obfuscation audit no longer flags shell: cmd. That check has been moved to the new misfeature audit. Users may need to update their ignore comments and/or configuration (#1517)

Bug Fixes 🐛🔗

v1.20.0

Enhancements 🌱🔗

Changes ⚠️🔗

  • The default policy for the unpinned-uses audit has changed from allowing ref-pinning for first-party actions (those under actions/* and similar) to requiring hash-pinning. This makes the default policy more strict, as well as more consistent across the actions ecosystem.

    Users who with to retain the old (permissive policy) for first-party actions may configure it explicitly in their zizmor.yml:

zizmor.yml

rules: unpinned-uses: </tr></table>

... (truncated)

Changelog

Sourced from zizmor's changelog.

1.22.0

Changes ⚠️

  • The [misfeature] audit now only shows non-"well known" #!yaml shell: findings when running with the "auditor" persona (#1532)

Bug Fixes 🐛

  • Fixed a bug where inputs containing CRLF line endings were not patched correctly by the [unpinned-uses] audit (#1536)

1.21.0

New Features 🌈

  • New audit: [misfeature] detects usage of GitHub Actions features that are considered "misfeatures." (#1517)

Enhancements 🌱

  • zizmor now uses exit code 3 to signal an audit that has failed because no input files were collected. See the [exit code] documentation for details (#1515)

  • The [unpinned-uses] audit now supports auto-fixes for many findings (#1525)

Changes ⚠️

  • The [obfuscation] audit no longer flags #!yaml shell: cmd. That check has been moved to the new [misfeature] audit. Users may need to update their ignore comments and/or configuration (#1517)

Bug Fixes 🐛

  • The [unpinned-uses] audit now flags reusable workflows that are unpinned, in addition to actions (#1509)

    Many thanks to @​johnbillion for implementing this fix!

1.20.0

Enhancements 🌱

  • The [excessive-permissions] audit is now aware of the artifact-metadata and models permissions (#1461)

  • The [cache-poisoning] audit is now aware of the @​ramsey/composer-install action (#1489)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vavkamil/awesome-bugbounty-tools/pull/76 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/1/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/pip/zizmor-1.22.0` --- ### 📝 Commits (1) - [`e9f833b`](https://github.com/vavkamil/awesome-bugbounty-tools/commit/e9f833b59f5ca2ef9e7bbf2358a0d5671563f6ac) chore(deps): bump zizmor from 1.19.0 to 1.22.0 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `requirements.txt` (+1 -1) </details> ### 📄 Description Bumps [zizmor](https://github.com/zizmorcore/zizmor) from 1.19.0 to 1.22.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/zizmorcore/zizmor/releases">zizmor's releases</a>.</em></p> <blockquote> <h2>v1.22.0</h2> <h2>Changes ⚠️<a href="https://docs.zizmor.sh/release-notes/#changes">🔗</a></h2> <ul> <li>The <a href="https://docs.zizmor.sh/audits/#misfeature">misfeature</a> audit now only shows non-&quot;well known&quot; <code>shell:</code> findings when running with the &quot;auditor&quot; persona (<a href="https://redirect.github.com/zizmorcore/zizmor/issues/1532">#1532</a>)</li> </ul> <h2>Bug Fixes 🐛<a href="https://docs.zizmor.sh/release-notes/#bug-fixes">🔗</a></h2> <ul> <li>Fixed a bug where inputs containing CRLF line endings were not patched correctly by the <a href="https://docs.zizmor.sh/audits/#unpinned-uses">unpinned-uses</a> audit (<a href="https://redirect.github.com/zizmorcore/zizmor/issues/1536">#1536</a>)</li> </ul> <h2>v1.21.0</h2> <h2>New Features 🌈<a href="https://docs.zizmor.sh/release-notes/#new-features">🔗</a></h2> <ul> <li>New audit: <a href="https://docs.zizmor.sh/audits/#misfeature">misfeature</a> detects usage of GitHub Actions features that are considered &quot;misfeatures.&quot; (<a href="https://redirect.github.com/zizmorcore/zizmor/issues/1517">#1517</a>)</li> </ul> <h2>Enhancements 🌱<a href="https://docs.zizmor.sh/release-notes/#enhancements">🔗</a></h2> <ul> <li> <p>zizmor now uses exit code 3 to signal an audit that has failed because no input files were collected. See the <a href="https://docs.zizmor.sh/usage/#exit-codes">exit code</a> documentation for details (<a href="https://redirect.github.com/zizmorcore/zizmor/issues/1515">#1515</a>)</p> </li> <li> <p>The <a href="https://docs.zizmor.sh/audits/#unpinned-uses">unpinned-uses</a> audit now supports auto-fixes for many findings (<a href="https://redirect.github.com/zizmorcore/zizmor/issues/1525">#1525</a>)</p> </li> </ul> <h2>Changes ⚠️<a href="https://docs.zizmor.sh/release-notes/#changes">🔗</a></h2> <ul> <li>The <a href="https://docs.zizmor.sh/audits/#obfuscation">obfuscation</a> audit no longer flags shell: cmd. That check has been moved to the new <a href="https://docs.zizmor.sh/audits/#misfeature">misfeature</a> audit. Users may need to update their ignore comments and/or configuration (<a href="https://redirect.github.com/zizmorcore/zizmor/issues/1517">#1517</a>)</li> </ul> <h2>Bug Fixes 🐛<a href="https://docs.zizmor.sh/release-notes/#bug-fixes">🔗</a></h2> <ul> <li> <p>The <a href="https://docs.zizmor.sh/audits/#unpinned-uses">unpinned-uses</a> audit now flags reusable workflows that are unpinned, in addition to actions (<a href="https://redirect.github.com/zizmorcore/zizmor/issues/1509">#1509</a>)</p> <p>Many thanks to <a href="https://github.com/johnbillion"><code>@​johnbillion</code></a> for implementing this fix!</p> </li> </ul> <h2>v1.20.0</h2> <h2>Enhancements 🌱<a href="https://docs.zizmor.sh/release-notes/#enhancements">🔗</a></h2> <ul> <li> <p>The <a href="https://docs.zizmor.sh/audits/#excessive-permissions">excessive-permissions</a> audit is now aware of the artifact-metadata and models permissions (<a href="https://redirect.github.com/zizmorcore/zizmor/issues/1461">#1461</a>)</p> </li> <li> <p>The <a href="https://docs.zizmor.sh/audits/#cache-poisoning">cache-poisoning</a> audit is now aware of the <a href="https://github.com/ramsey/composer-install">ramsey/composer-install</a> action (<a href="https://redirect.github.com/zizmorcore/zizmor/issues/1489">#1489</a>)</p> </li> <li> <p>The <a href="https://docs.zizmor.sh/audits/#unpinned-images">unpinned-images</a> audit is now significantly more precise in the presence of matrix references, e.g. image: ${{ matrix.image }} (<a href="https://redirect.github.com/zizmorcore/zizmor/issues/1482">#1482</a>)</p> </li> </ul> <h2>Changes ⚠️<a href="https://docs.zizmor.sh/release-notes/#changes">🔗</a></h2> <ul> <li> <p>The default policy for the <a href="https://docs.zizmor.sh/audits/#unpinned-uses">unpinned-uses</a> audit has changed from allowing ref-pinning for first-party actions (those under actions/* and similar) to requiring hash-pinning. This makes the default policy more strict, as well as more consistent across the actions ecosystem.</p> <p>Users who with to retain the old (permissive policy) for first-party actions may configure it explicitly in their zizmor.yml:</p> </li> </ul> <pre><code>zizmor.yml <p>rules: unpinned-uses: &lt;/tr&gt;&lt;/table&gt; </code></pre></p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/zizmorcore/zizmor/blob/main/docs/release-notes.md">zizmor's changelog</a>.</em></p> <blockquote> <h2>1.22.0</h2> <h3>Changes ⚠️</h3> <ul> <li>The [misfeature] audit now only shows non-&quot;well known&quot; <code>#!yaml shell:</code> findings when running with the &quot;auditor&quot; persona (<a href="https://redirect.github.com/zizmorcore/zizmor/issues/1532">#1532</a>)</li> </ul> <h3>Bug Fixes 🐛</h3> <ul> <li>Fixed a bug where inputs containing CRLF line endings were not patched correctly by the [unpinned-uses] audit (<a href="https://redirect.github.com/zizmorcore/zizmor/issues/1536">#1536</a>)</li> </ul> <h2>1.21.0</h2> <h3>New Features 🌈</h3> <ul> <li><strong>New audit</strong>: [misfeature] detects usage of GitHub Actions features that are considered &quot;misfeatures.&quot; (<a href="https://redirect.github.com/zizmorcore/zizmor/issues/1517">#1517</a>)</li> </ul> <h3>Enhancements 🌱</h3> <ul> <li> <p>zizmor now uses exit code <code>3</code> to signal an audit that has failed because no input files were collected. See the [exit code] documentation for details (<a href="https://redirect.github.com/zizmorcore/zizmor/issues/1515">#1515</a>)</p> </li> <li> <p>The [unpinned-uses] audit now supports auto-fixes for many findings (<a href="https://redirect.github.com/zizmorcore/zizmor/issues/1525">#1525</a>)</p> </li> </ul> <h3>Changes ⚠️</h3> <ul> <li>The [obfuscation] audit no longer flags <code>#!yaml shell: cmd</code>. That check has been moved to the new [misfeature] audit. Users may need to update their ignore comments and/or configuration (<a href="https://redirect.github.com/zizmorcore/zizmor/issues/1517">#1517</a>)</li> </ul> <h3>Bug Fixes 🐛</h3> <ul> <li> <p>The [unpinned-uses] audit now flags reusable workflows that are unpinned, in addition to actions (<a href="https://redirect.github.com/zizmorcore/zizmor/issues/1509">#1509</a>)</p> <p>Many thanks to <a href="https://github.com/johnbillion"><code>@​johnbillion</code></a> for implementing this fix!</p> </li> </ul> <h2>1.20.0</h2> <h3>Enhancements 🌱</h3> <ul> <li> <p>The [excessive-permissions] audit is now aware of the <code>artifact-metadata</code> and <code>models</code> permissions (<a href="https://redirect.github.com/zizmorcore/zizmor/issues/1461">#1461</a>)</p> </li> <li> <p>The [cache-poisoning] audit is now aware of the <code>@​ramsey/composer-install</code> action (<a href="https://redirect.github.com/zizmorcore/zizmor/issues/1489">#1489</a>)</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/zizmorcore/zizmor/commit/94308f638c114a3f42c4c842abee9cf46f166890"><code>94308f6</code></a> zizmor 1.22.0 (<a href="https://redirect.github.com/zizmorcore/zizmor/issues/1539">#1539</a>)</li> <li><a href="https://github.com/zizmorcore/zizmor/commit/951d2c8c8bb73c0c3be30b7a4b8c8d6973c7a822"><code>951d2c8</code></a> Add 'crater' tests (<a href="https://redirect.github.com/zizmorcore/zizmor/issues/1538">#1538</a>)</li> <li><a href="https://github.com/zizmorcore/zizmor/commit/13c1b65775f6dbc80900580dcb37fcde8c0d6dd3"><code>13c1b65</code></a> Handle CRLF in EmplaceComment (<a href="https://redirect.github.com/zizmorcore/zizmor/issues/1536">#1536</a>)</li> <li><a href="https://github.com/zizmorcore/zizmor/commit/601bbba7a91da02cc7ec7248ad27cb39c85dd403"><code>601bbba</code></a> Bump trophies (<a href="https://redirect.github.com/zizmorcore/zizmor/issues/1535">#1535</a>)</li> <li><a href="https://github.com/zizmorcore/zizmor/commit/de617a22ce828c35e5162a81852312d95839b85d"><code>de617a2</code></a> Drop 'custom shell' finding to auditor persona (<a href="https://redirect.github.com/zizmorcore/zizmor/issues/1532">#1532</a>)</li> <li><a href="https://github.com/zizmorcore/zizmor/commit/5175a6c9707e21e9e300e8dd14a2aac5d1099d4a"><code>5175a6c</code></a> zizmor 1.21.0 (<a href="https://redirect.github.com/zizmorcore/zizmor/issues/1529">#1529</a>)</li> <li><a href="https://github.com/zizmorcore/zizmor/commit/b3f84f4f168f0c4d1f6c6a64d3ff8572571c95f5"><code>b3f84f4</code></a> yamlpatch 0.10.0 (<a href="https://redirect.github.com/zizmorcore/zizmor/issues/1528">#1528</a>)</li> <li><a href="https://github.com/zizmorcore/zizmor/commit/20b24ff49188722d1a6fe72d0c77548866d4e245"><code>20b24ff</code></a> yamlpath 0.33.0 (<a href="https://redirect.github.com/zizmorcore/zizmor/issues/1527">#1527</a>)</li> <li><a href="https://github.com/zizmorcore/zizmor/commit/4815c16d4f0068d620fe56559d238bda344fea46"><code>4815c16</code></a> Support auto-fixes for unpinned-uses (<a href="https://redirect.github.com/zizmorcore/zizmor/issues/1525">#1525</a>)</li> <li><a href="https://github.com/zizmorcore/zizmor/commit/e611eae19cfb4b8c7af67166eedf68ae2268f2e1"><code>e611eae</code></a> Document hk integration (<a href="https://redirect.github.com/zizmorcore/zizmor/issues/1522">#1522</a>)</li> <li>Additional commits viewable in <a href="https://github.com/zizmorcore/zizmor/compare/v1.19.0...v1.22.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=zizmor&package-manager=pip&previous-version=1.19.0&new-version=1.22.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-12 04:49:45 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-bugbounty-tools#578