@@ -194,7 +194,7 @@ of `zizmor`.
194194 Many thanks to @reubenwong97 for implementing this fix!
195195
196196* Fixed a bug where ` dependabot.yml ` files containing a private cargo
197- repository couldn't be parsed (#1976 )
197+ repository couldn't be parsed (#1974 )
198198
199199* Fixed a bug where zizmor's input validation warnings lacked
200200 a mention of which files failed to validate (#1980 )
@@ -268,7 +268,7 @@ of `zizmor`.
268268### Bug Fixes 🐛
269269
270270* Fixed a bug where the [ concurrency-limits] audit reported findings
271- at the job level instead of the workflow level (#1627 )
271+ at the job level instead of the workflow level (#1793 )
272272
273273* Fixed a bug where ` with: ${{ expr }} ` clauses would cause a crash.
274274 ` artipacked ` audit emits a pedantic finding on such clauses. (#1772 )
@@ -307,7 +307,7 @@ of `zizmor`.
307307
308308* Fixed a bug where the [ ref-version-mismatch] audit would incorrectly parse
309309 prerelease version comments (such as ` # v6-beta ` ), causing some findings
310- to appear unresolvable (#1870 )
310+ to appear unresolvable (#1871 )
311311
312312* Fixed a bug where various string comparisons in expressions did not perfectly
313313 match GitHub's own special uppercasing semantics (#1879 )
@@ -1868,6 +1868,7 @@ This is one of `zizmor`'s bigger recent releases! Key enhancements include:
18681868[artipacked] : ./audits.md#artipacked
18691869[excessive-permissions] : ./audits.md#excessive-permissions
18701870[cache-poisoning] : ./audits.md#cache-poisoning
1871+ [dangerous-triggers] : ./audits.md#dangerous-triggers
18711872[github-env] : ./audits.md#github-env
18721873[template-injection] : ./audits.md#template-injection
18731874[secrets-inherit] : ./audits.md#secrets-inherit
0 commit comments