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
This commit is contained in:
parent
235d8bc608
commit
ec606cf73d
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -195,3 +195,4 @@ old/
|
|||
.venv-docs/
|
||||
.memory/
|
||||
.migration-backup/
|
||||
scripts/create-live-*.js
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue