Security Fixes
🔒 Fixed critical temporary file cleanup vulnerability - Temporary files created during multipart form parsing are now properly cleaned up from disk, preventing:
- Information disclosure of sensitive uploaded data
- Disk space exhaustion from accumulated temp files
- File descriptor leaks in error scenarios
Documentation
- Updated README with support information for GMO FlattSecurity's OSS Developer Support Program
- Added GMO OSS badge to README
Dependency Updates
- Bumped
github.com/labstack/echo/v4from 4.13.3 to 4.13.4 - Bumped
go.uber.org/mockfrom 0.5.0 to 0.6.0 - Bumped
github.com/gin-gonic/ginfrom 1.10.0 to 1.11.0 - Bumped
golang.org/x/syncfrom 0.10.0 to 0.17.0 - Updated GitHub Actions dependencies (checkout, setup-go, upload-artifact, golangci-lint, codecov)
Full Changelog
Full Changelog: v1.1.2...v1.1.3