Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 760 Bytes

File metadata and controls

22 lines (15 loc) · 760 Bytes

Security Policy

Reporting a vulnerability

Email security@forkzero.com with a description of the vulnerability. We will respond within 48 hours.

Do not open a public GitHub issue for security vulnerabilities.

Supported versions

Version Supported
0.x Yes

Security design

  • IETF BFF pattern (draft-ietf-oauth-browser-based-apps-26 §6.1)
  • AES-256-GCM session encryption with random IV per encryption
  • __Host- cookie prefix (httpOnly, Secure, SameSite=Lax, Path=/, no Domain)
  • PKCE (S256) on all authorization code flows
  • No tokens in browser-accessible storage
  • Pluggable SessionCrypto for KMS/Vault/HSM backends