Skip to content

gh-aw 0.30.4

Choose a tag to compare

@github-actions github-actions released this 22 Nov 11:12
· 128 commits to main since this release

🌟 Release Highlights

We're pleased to announce v0.30.4, a maintenance release focused on security hardening and quality improvements!

πŸ”’ Security Enhancements

  • Integer Conversion Safety: Fixed potential security issues with bounds checking in ParsePRURL and other integer conversion operations. These improvements prevent potential overflow vulnerabilities when processing GitHub URLs and numeric data.

πŸ› Bug Fixes & Improvements

  • ASCII Art Alignment: Fixed alignment issues by properly preserving per-line leading spaces in formatted output
  • Test Reliability: Updated test expectations for network hook script format to ensure consistent validation
  • Code Quality: Removed trailing whitespace throughout the codebase for cleaner formatting
  • Workflow Verification: Added verification step to copilot-setup-steps.yml injection for improved workflow reliability

πŸ™ Contributors

Special thanks to @Copilot, @pelikhan, and @github-actions[bot] for their contributions to this release!


For a complete list of changes, see the full changelog.

AI generated by Release Highlights Generator


What's Changed

  • Add verification step to copilot-setup-steps.yml injection by @Copilot in #4534
  • Fix ASCII art alignment by preserving per-line leading spaces by @Copilot in #4537
  • [security-fix] Security Fix: Add bounds checking for integer conversion in ParsePRURL by @github-actions[bot] in #4536
  • Fix test expectations for network hook script format by @Copilot in #4538
  • [tidy] Fix code formatting: remove trailing whitespace by @github-actions[bot] in #4540
  • Potential fix for code scanning alert no. 36: Incorrect conversion between integer types by @pelikhan in #4541

Full Changelog: v0.30.3...v0.30.4