📦 deps(thirdparty): update snapshots
This commit is contained in:
@@ -25,8 +25,8 @@ This skill ensures all code follows security best practices and identifies poten
|
||||
|
||||
#### ❌ NEVER Do This
|
||||
```typescript
|
||||
const apiKey = "sk-proj-xxxxx" // Hardcoded secret
|
||||
const dbPassword = "password123" // In source code
|
||||
const leakedToken = "[redacted API key]" // Hardcoded secret
|
||||
const dbCredential = "[redacted password]" // In source code
|
||||
```
|
||||
|
||||
#### ✅ ALWAYS Do This
|
||||
|
||||
Reference in New Issue
Block a user