gh-aw 0.30.4
π 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
ParsePRURLand 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.ymlinjection 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