attackmap - v1.1 (`--min-score` filter)
Adds a --min-score CLI argument to filter techniques below a confidence threshold before rendering. This allows analysts to isolate confirmed techniques (e.g., score ≥ 80) from inferred or low-confidence ones.
What's new
--min-score INT(0–100, default: 100) — techniques with a score below this threshold are excluded from the heatmap- Filter applied in
enrich_layer()after theenabledcheck - Default value of 100 preserves existing behavior (no filtering)
What's included
- All v1.0 features (STIX resolution, auto-split columns, score-based color gradient, PNG/SVG/PDF output)
- Updated README with
--min-scoreusage example and argument table - Updated ROADMAP (v1.1 shipped, v1.2 planned)