Exposed .env file with a live Stripe key
A .env environment file is publicly downloadable.
- Remove the file from the web root immediately.
- Treat every secret it contained as compromised and rotate all of them now.
- Block dotfiles at the server: deny access to any path starting with a dot.
- Ensure .env is in .gitignore and never deployed to the public directory.