Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 22 Apr 19:04
· 192 commits to main since this release
77cc8dc

Added

  • (path_matching) validate path parameter identifiers
  • (cli) expose --max-input-size, --max-payload-size, --max-depth, --max-body-size, --allow-symlinks
  • (reader) reject symlinks, non-regular files, and oversized inputs
  • (schema) enforce 64-level JSON recursion depth limit
  • (tnetstring) enforce 256-level recursion depth limit
  • (tnetstring) cap payload size at 256 MiB
  • (error) add typed variants for parse and input limits

Fixed

  • (test) gate symlink and FIFO tests behind cfg(unix)

Other

  • update Cargo.lock for globset dependency
  • (security) cover symlink, FIFO, and oversize input rejection
  • (har) bound format-detection read to 4 KiB
  • (builder) replace custom glob matcher with globset