mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-11 02:33:51 +08:00
fix(cli): 修复安全审计示例中的多行提示格式
This commit is contained in:
@@ -393,8 +393,7 @@ ASSISTANT RESPONSE: [Previous output]
|
|||||||
|
|
||||||
**Analysis Task** (Security Audit):
|
**Analysis Task** (Security Audit):
|
||||||
```bash
|
```bash
|
||||||
ccw cli -p "
|
ccw cli -p "PURPOSE: Identify OWASP Top 10 vulnerabilities in authentication module to pass security audit; success = all critical/high issues documented with remediation
|
||||||
PURPOSE: Identify OWASP Top 10 vulnerabilities in authentication module to pass security audit; success = all critical/high issues documented with remediation
|
|
||||||
TASK: • Scan for injection flaws (SQL, command, LDAP) • Check authentication bypass vectors • Evaluate session management • Assess sensitive data exposure
|
TASK: • Scan for injection flaws (SQL, command, LDAP) • Check authentication bypass vectors • Evaluate session management • Assess sensitive data exposure
|
||||||
MODE: analysis
|
MODE: analysis
|
||||||
CONTEXT: @src/auth/**/* @src/middleware/auth.ts | Memory: Using bcrypt for passwords, JWT for sessions
|
CONTEXT: @src/auth/**/* @src/middleware/auth.ts | Memory: Using bcrypt for passwords, JWT for sessions
|
||||||
|
|||||||
Reference in New Issue
Block a user