📦 deps(thirdparty): update snapshots
This commit is contained in:
+1
-1
@@ -177,7 +177,7 @@ db.query(query, [email]);
|
||||
|
||||
**❌ Bad - Hardcoded secret:**
|
||||
\`\`\`javascript
|
||||
const API_KEY = 'sk_live_abc123xyz';
|
||||
const leakedToken = '[redacted live key]';
|
||||
\`\`\`
|
||||
|
||||
**✅ Good - Environment variable:**
|
||||
|
||||
Reference in New Issue
Block a user