diff --git a/content/posts/commits/2026-02-18-commit-b76f9a8.md b/content/posts/commits/2026-02-18-commit-b76f9a8.md new file mode 100644 index 0000000..30554a9 --- /dev/null +++ b/content/posts/commits/2026-02-18-commit-b76f9a8.md @@ -0,0 +1,42 @@ +--- +title: "[bojemoi] samsonov: integrate bojemoi-mitre-attack library for vuln enrichment" +date: 2026-02-18T14:34:05+01:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit b76f9a8 par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `b76f9a8` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `b76f9a8c91801390d4a209540279e9580cb5f113` | + + +### Description + +Install shared MITRE ATT&CK library in samsonov image and enrich +Faraday vulnerabilities with technique ID, tactic, confidence, and +ATT&CK reference URL via _enrich_with_attack_tags(). + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M samsonov/Dockerfile.samsonov +M samsonov/pentest_orchestrator/plugins/plugin_faraday.py +``` + +### Diff Summary + +``` + samsonov/Dockerfile.samsonov | 6 +- + .../pentest_orchestrator/plugins/plugin_faraday.py | 71 ++++++++++++++++++---- + 2 files changed, 64 insertions(+), 13 deletions(-) +```