Skip to content

v3.1.1

Latest

Choose a tag to compare

@github-actions github-actions released this 16 Apr 14:18
· 2 commits to main since this release

Patch Changes

  • f706747: Fix security and correctness issues in auth middleware

    • Catch exceptions from malformed auth headers (returns 401 instead of 500)
    • Fix parseCredentials to allow colons in passwords (split on first colon only)
    • Eliminate timing leak in compareCredentials (always evaluate both comparisons)
    • Remove dead pathname option that had no effect
  • f706747: Switch npm publishing from token-based auth to OIDC trusted publishing