Skip to content

Commit

Permalink
Update to ATT&CK v15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mehaase committed Apr 24, 2024
1 parent d068c88 commit db0541b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![MITRE ATT&CK® v14](https://img.shields.io/badge/MITRE%20ATT%26CK®-v14-red)](https://attack.mitre.org/versions/v14/)
[![MITRE ATT&CK® v15](https://img.shields.io/badge/MITRE%20ATT%26CK®-v15-red)](https://attack.mitre.org/versions/v15/)
[![Build Status](https://github.com/center-for-threat-informed-defense/attack-sync/actions/workflows/build.yml/badge.svg)](https://github.com/center-for-threat-informed-defense/attack-sync/actions/workflows/build.yml)

# ATT&CK Sync
Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jinja2 = "^3.1.2"
rich = "^13.3.4"
stix2 = "^3.0.1"
tqdm = "^4.65.0"
mitreattack-python = "^3.0.0"
mitreattack-python = "^3.0.4"
mypy = "^1.2.0"

[build-system]
Expand Down
2 changes: 2 additions & 0 deletions src/attack_sync/site_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ def main():
(13, 0),
(13, 1),
(14, 0),
(14, 1),
(15, 0),
]
domains = [
"enterprise-attack",
Expand Down

0 comments on commit db0541b

Please sign in to comment.