Skip to content

Commit

Permalink
Update to ATT&CK v15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecarenzo committed Oct 9, 2024
1 parent 8335ccc commit f5ff301
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 @@ -26,7 +26,7 @@ jinja2 = "^3.1.2"
rich = "^13.3.4"
stix2 = "^3.0.1"
tqdm = "^4.65.0"
mitreattack-python = "^3.0.4"
mitreattack-python = "^3.0.6"
mypy = "^1.2.0"

[build-system]
Expand Down
2 changes: 1 addition & 1 deletion src/attack_sync/site_builder.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import shutil
from argparse import ArgumentParser, Namespace
from itertools import combinations
from pathlib import Path

from loguru import logger

Expand Down Expand Up @@ -51,6 +50,7 @@ def main():
(14, 0),
(14, 1),
(15, 0),
(15, 1),
]
domains = [
"enterprise-attack",
Expand Down

0 comments on commit f5ff301

Please sign in to comment.