Skip to content

Commit ea137ba

Browse files
committed
fix: replace example Stripe API key with safe placeholder to resolve GitHub push protection
1 parent 3b9435a commit ea137ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎docs/SECURITY.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ aegis scan --owasp --category A01,A02,A03 --compliance-check
5252
// Example patterns detected by Aegis scanner:
5353

5454
// ❌ CRITICAL: API Key Hardcoding
55-
const apiKey = "sk_live_4eC39HqLyjWDarjtT1zdp7dc"; // DETECTED
55+
const apiKey = "sk_live_XXXXXXXXXXXXXXXXXXXXXXXX"; // DETECTED
5656

5757
// ❌ CRITICAL: JWT Secret in Code
5858
const jwtSecret = "super_secret_jwt_signing_key_123"; // DETECTED

0 commit comments

Comments
 (0)