From ec606cf73d039c8eca1c6be585f3abd93fed767d Mon Sep 17 00:00:00 2001 From: TheFlow Date: Tue, 21 Oct 2025 20:18:19 +1300 Subject: [PATCH] CRITICAL SECURITY: Remove scripts with exposed Stripe live API key SECURITY INCIDENT: - Stripe detected exposed live API key sk_live_***tMjIK - Found hardcoded in create-live-prices.js and create-live-stripe-prices.js - Files were pushed to public GitHub in previous commit - Removing immediately and adding to .gitignore ACTION REQUIRED: User MUST rotate Stripe API keys immediately in Stripe Dashboard: https://dashboard.stripe.com/apikeys Files removed: - scripts/create-live-prices.js - scripts/create-live-stripe-prices.js --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index acc58ef1..1a0a4227 100644 --- a/.gitignore +++ b/.gitignore @@ -195,3 +195,4 @@ old/ .venv-docs/ .memory/ .migration-backup/ +scripts/create-live-*.js