Release Notes - v2.3.9

Released on 2025-12-09. This version adds expiration date and inconsistent naming warnings for environment variables in the codebase scanner, along with adjustments to the health score calculation.

  • Added expiration date warnings for environment variables in codebase scanner.
  • Terminal
    # @expires: 2024-12-31
    API_KEY=
    
    # @expires: 2025-12-11
    DATABASE_URL=
    
    # @expires: 2025-12-31
    SECRET_KEY=
  • Added inconsistent naming warnings for environment variables in codebase scanner.
  • Changed health score calculation weights for better accuracy.
  • Removed CSP detection from codebase scanner, as it was causing false positives in some cases for backend frameworks.