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: Address 5 bugs from Cursor Bugbot code review (#33)
- epss_scorer.py: Reorder HTTPError before URLError (subclass ordering)
- config_loader.py: Remove duplicate dast_auth_config_path/dast_enable_totp keys
- compliance_mapper.py: Compute mappings once in generate_all_reports (6x perf)
- error_classifier.py: Run pattern matching before isinstance fallback so
FileNotFoundError/PermissionError are classified correctly, not as transient
- dast_orchestrator.py: Catch all exceptions from YAML config loading
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments