Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: githubnext/gh-aw

Tags

v0.37.15

Toggle v0.37.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update smoke-Claude to import go-make shared workflow (#11513)

v0.37.14

Toggle v0.37.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[log] Add debug logging to safe outputs and runtime step generation (#…

…11461)

v0.37.13

Toggle v0.37.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: Document remove-labels safe output type (#11425)

v0.37.12

Toggle v0.37.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[code-scanning-fix] Fix go/unsafe-quoting: Escape single quotes in JS…

…ON data (#11382)

* Fix go/unsafe-quoting: Escape single quotes in JSON data

- Add proper shell escaping for JSON data embedded in environment variables
- Prevents potential command injection via single quotes in user data
- Fixes CodeQL alert #538 (Critical severity)
- Uses POSIX-compatible '\''escaping technique

Security: Addresses CWE-78, CWE-89, CWE-94

* Replace manual quote escaping with %q format specifier (#11386)

* Initial plan

* Use %q for JSON escaping in YAML dictionary values

Replaced manual single-quote escaping with Go's %q format specifier, which:
- Automatically handles all special characters and escaping
- Produces cleaner YAML with double quotes instead of single quotes
- Follows existing codebase patterns (e.g., add_comment.go)
- Simplifies code by removing manual string replacement logic

This addresses the feedback to use simpler escaping for JSON data in YAML dictionary values.

Co-authored-by: pelikhan <[email protected]>

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: pelikhan <[email protected]>

* Replace manual quote escaping with %q format specifier for YAML encoding (#11392)

* Initial plan

* Recompile workflows after security fix

Co-authored-by: pelikhan <[email protected]>

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: pelikhan <[email protected]>

* Add changeset [skip-ci]

---------

Co-authored-by: Code Scanning Fixer Bot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: pelikhan <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

v0.37.11

Toggle v0.37.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add campaign labels to worker workflows for discovery (#11384)

v0.37.10

Toggle v0.37.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: document --push flag safety features (#11367)

Updates CLI documentation to reflect the safety features added to the
--push flag in PR #11343:

- Remote repository requirement
- Default branch validation
- User confirmation prompt (auto-confirmed in CI)

Updated documentation for:
- gh aw init --push
- gh aw run --push
- gh aw upgrade --push

Co-authored-by: Claude Sonnet 4.5 <[email protected]>

v0.37.9

Toggle v0.37.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add safe-inputs gh CLI testing to smoke workflows (#11299)

v0.37.8

Toggle v0.37.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Allow id-token: write permission in strict mode (#11307)

v0.37.7

Toggle v0.37.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update MCP Gateway to v0.0.76 (#11258)

v0.37.6

Toggle v0.37.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add version check to upgrade command to enforce latest extension (#11187

)