Block gh-aw releases affected by GHSA-8h78-hpm7-29gg - #58029
Merged
pelikhan merged 1 commit intoSep 2, 2026
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
pelikhan
September 2, 2026 21:09
View session
pelikhan
approved these changes
Sep 2, 2026
pelikhan
marked this pull request as ready for review
September 2, 2026 21:09
pelikhan
deleted the
copilot/update-compat-json-refuse-impacted-releases
branch
September 2, 2026 21:11
Contributor
There was a problem hiding this comment.
🟡 Changes recommended
The policy overblocks unaffected releases, and the remediation omits required artifact and credential cleanup.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Adds compatibility enforcement and remediation guidance for GHSA-8h78-hpm7-29gg.
Changes:
- Blocks compiler versions claimed to be affected.
- Documents upgrade and workflow regeneration steps.
File summaries
| File | Description |
|---|---|
.github/aw/compat.json |
Adds blocked compiler versions. |
.github/aw/compat.md |
Documents the advisory and remediation. |
Review details
- Files reviewed: 2/2 changed files
- Comments generated: 3
- Review effort level: Balanced
Comment on lines
+4
to
+15
| "v0.82.8", | ||
| "v0.82.9", | ||
| "v0.82.10", | ||
| "v0.82.11", | ||
| "v0.82.12", | ||
| "v0.82.13", | ||
| "v0.82.14", | ||
| "v0.82.15", | ||
| "v0.83.0", | ||
| "v0.83.1", | ||
| "v0.83.2", | ||
| "v0.83.3", |
|
|
||
| | Versions | Reason | | ||
| | --- | --- | | ||
| | `v0.82.8` through `v0.85.3` | Affected by [GHSA-8h78-hpm7-29gg](https://github.com/github/gh-aw/security/advisories/GHSA-8h78-hpm7-29gg). `v0.85.4` is the first unaffected release. | |
Comment on lines
+23
to
+25
| Confirm that `gh aw version` reports `v0.85.4` or later and commit the regenerated | ||
| `.lock.yml` files. Blocking the affected compiler versions prevents their | ||
| workflows from activating but does not regenerate existing workflow artifacts. |
Contributor
|
🎉 This pull request is included in a new release. Release: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Prevents workflows compiled with affected gh-aw releases (
v0.82.8–v0.85.3) from activating.Changes
Compatibility policy
blockedVersions.Remediation guidance
v0.85.4or later.