You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(security): redact secrets in evidence and fix finding ID collisions
- Reduced secret value exposure in evidence from 30 to 8 chars
- Fixed finding ID collisions across 6 agents (sqli, xss, crawler, secrets, tech, api discover)
- All agents now use enumerated counter instead of list.index()
- Fixes secondary information disclosure risk
0 commit comments