Skip to content

Releases: mazrean/formstream

v1.1.3

09 Nov 12:37
fb4ab0a

Choose a tag to compare

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/v4 from 4.13.3 to 4.13.4
  • Bumped go.uber.org/mock from 0.5.0 to 0.6.0
  • Bumped github.com/gin-gonic/gin from 1.10.0 to 1.11.0
  • Bumped golang.org/x/sync from 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

v1.1.2

03 Jan 16:54
387ef21

Choose a tag to compare

dependency update

What's Changed

Full Changelog: v1.1.1...v1.1.2

v1.1.1

03 Jun 15:58
883100b

Choose a tag to compare

dependency update

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

06 Mar 11:21
b3a63e7

Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.1.0

v1.0.0

06 Mar 10:15
f4f314b

Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v1.0.0

v0.1.0

05 Mar 17:07
3216ba1

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/mazrean/formstream/commits/v0.1.0