Skip to content

Commit 6c93a18

Browse files
devatsecureclaude
andcommitted
docs: Refresh README (578→297 lines) and add CHANGELOG
README: accurate 5-scanner list, 16 enrichment toggles table, config precedence, two-orchestrator comparison, GitHub Action inputs/outputs. CHANGELOG: full [Unreleased] section covering 40 commits. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 274468b commit 6c93a18

File tree

2 files changed

+229
-458
lines changed

2 files changed

+229
-458
lines changed

CHANGELOG.md

Lines changed: 55 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,61 @@
11
# Changelog
22

3-
All notable changes to Argus Security will be documented in this file.
3+
All notable changes to Argus Security are documented in this file.
4+
Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
45

5-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
---
7+
8+
## [Unreleased] - 2026-02-16
9+
10+
### Added
11+
- Full 6-phase pipeline mode (`pipeline-mode: full`) in GitHub Action via `hybrid_analyzer.py` (47b4b82)
12+
- Gitleaks v8.18.4 binary in all Dockerfiles for pattern-based secret detection (bcfa09e)
13+
- Gitleaks secret scanner wired into pipeline with `enable_gitleaks` config toggle (d6f15e8)
14+
- MCP server activated with config toggle (`enable_mcp_server`) in hybrid_analyzer (d8f574d)
15+
- DAST orchestrator wired into hybrid_analyzer pipeline (b8a52c0)
16+
- DVWA-inspired scanner enhancements: backup detection, CSRF analysis, session ID checks (8a4df8d)
17+
- Phase 4 exploit validation, scanner health tracking, quality filter, DinD support (973e3ee)
18+
- Claude Code automations: 2 MCP servers, 4 skills, 4 hooks, 4 subagents (e99a5f3)
19+
- Enrichment pipeline and scanner registry wired into both orchestrators (d689705)
20+
- All phases enabled by default; TruffleHog scanner wired (69c370a)
21+
- P0/P1/P2 security hardening, decomposition, and feature additions (a9aec10)
22+
23+
### Added (Tests)
24+
- 11 new test files covering 470+ tests for previously untested modules (15090e3)
25+
- Test coverage for phase_gate, threat_model_generator, remediation_engine (387401a)
26+
- Test coverage for pipeline stages, scanner runners, config loader (f084c70)
27+
- Audit Wave 3: tests for new modules, architecture diagrams (bce53ab)
28+
29+
### Fixed
30+
- Resolved test failures from agent integration changes (876a629)
31+
- Resolved 38 ruff linting errors across codebase (26a6778)
32+
- Updated OPA policy hardening tests for block_ids-based decision format (1be3fcd)
33+
- Removed `auto_fixable` bypass from OPA policy gate (c6c52fc)
34+
- Downgraded Falco missing from error to warning with install guidance (2d71a10)
35+
- Extracted `.findings` from CheckovScanResult in pipeline/stages.py (a7105b9)
36+
- Updated test patch targets for enrichment pipeline extraction (b65465d)
37+
- Audit Wave 1: bare excepts, dead code, env var sanitization (e2e8085)
38+
- Resolved 6 integration bugs in pipeline enrichment features (3d99e99)
39+
- Resolved Semgrep PATH issue, quality check for CVE findings, added claude-cli provider (713561c)
40+
- Addressed 4 Cursor Bugbot findings from PR #34 (a175a56)
41+
- Patched 4 critical security issues: shell injection, config precedence, CLI toggles, CI gate (7feb19e)
42+
- Resolved 4 pipeline runtime issues for full phase execution (61dd491)
43+
- Fixed FuzzingEngine/RuntimeSecurityMonitor init args and cache fallback (6b645d5)
44+
- Resolved 161 test failures and 8 unnecessary skips (e70bf28)
45+
- Addressed 5 bugs from Cursor Bugbot code review (5197f3b)
46+
- Dockerfile.complete HEALTHCHECK and dast-mvp.dockerfile USER directive fixed (0547dba)
47+
48+
### Changed
49+
- Audit Wave 2: extracted phase functions, shared enrichment pipeline, schema validation (dcf8e49)
50+
- Auto-fixed 1,690 ruff errors across codebase (676d91b)
51+
- Aligned max_files default and fixed ruff errors in both orchestrators (79c3dc9)
52+
- Wired 6 missing features into Docker pipeline, fixed config bugs (0547dba)
53+
- Config bypass fixed: `os.environ` replaced with `self.config` lookups, 6 env var mappings added (0547dba)
54+
55+
### Removed
56+
- 28 dead/unreachable modules deleted from codebase (0547dba)
57+
- 3 dead config toggles removed (0547dba)
58+
- 6 test files moved from `scripts/` to `tests/` (0547dba)
759

860
---
961

0 commit comments

Comments
 (0)