Closed
Verify aw-compat audit findings (#51044) are already resolved — no code changes required#51424
Conversation
Copilot
AI
changed the title
[WIP] Audit daily AW compatibility for 20 repositories
Verify aw-compat audit findings (#51044) are already resolved — no code changes required
Aug 8, 2026
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.
The daily cross-repo compatibility audit (#51044) flagged two actionable gaps: a missing codemod for
engine: codexcombined with a restrictedtools.bashallow-list, and a request to surfacepull_request_targetwithoutcheckout: falseas a warning outside--strictmode.Investigation showed both were already resolved prior to this session:
codex+ restrictedtools.bash— the guided codemod (bash-allowlist-unsupported-engine-guided-error) landed via PR Add guidedgh aw fixdiagnostic for restrictedtools.bashon engines that ignore allow-listing #51102 (pkg/cli/codemod_bash_allowlist_unsupported_engine.go) and is already on this branch. Reproduced the reported pattern and confirmedgh aw fixnow reports a guided manual-fix error instead of "No fixes needed":pull_request_targetwithoutcheckout: false—pkg/workflow/pull_request_target_validation.goalready emits a non-strict warning (compilation still succeeds) and a hard error under--strict. Verified both modes against a reproduction workflow.dotnet/dotnetVMR scope limitation — explicitly flagged by the original reporter as not a gh-aw bug; no action needed.No source changes were made — this PR only documents the verification performed confirming the audit's action items are already covered by prior merged work (PR #51102 and the existing
pull_request_targetvalidation path).