Skip to content

v0.2.0

Choose a tag to compare

@inject3r inject3r released this 18 Jun 12:12
· 2 commits to master since this release
file_000000008e28722f86a4eb90b4ce5086

fix: address core stability and security issues

  • Fix async/sync handler detection across all code paths
  • Add dependency version pinning with lock file
  • Implement thread-safe build cache with threading.Lock
  • Complete type hints coverage (100%)
  • Add request body size validation (MAX_BODY_SIZE)
  • Improve error messages with debugging guidance
  • Fix CORS validation and security warnings
  • Enhance route scanner error handling
  • Add missing validation config

Security:

  • CORS wildcard validation
  • Request size limits
  • Secure module loading with validation
  • Path traversal audit fixes