Skip to content

restana v6.0.1

Latest

Choose a tag to compare

@jkyberneees jkyberneees released this 19 Jul 15:05

What's Changed

Security

  • DoS / process crash fix: errors carrying an invalid HTTP status code (err.code = 99, err.status = 12345, non-integer values, etc.) no longer crash the process. They now fall back to a safe 500 response. See PR #122.

Full Changelog

  • PR #122: fix: validate error-derived status codes to prevent process crash (DoS)