Skip to content

Commit 79de1d5

Browse files
committed
Remove references to TAXII 2.0 server
1 parent 606635a commit 79de1d5

19 files changed

+71
-412
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# v3.0.9 - 10 April 2025
1+
# v4.0.0 - 22 April 2025
2+
3+
## Breaking change
4+
5+
- Removed TAXII 2.0 functionality for multiple scripts due to cti-taxii.mitre.org going offline December 2024
26

37
## Fixes
48

mitreattack/attackToExcel/attackToExcel.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -347,8 +347,7 @@ def main():
347347
"-remote",
348348
type=str,
349349
default=None,
350-
help="remote url of an ATT&CK workbench server. If omitted, stix data will be acquired from the"
351-
" official ATT&CK Taxii server (cti-taxii.mitre.org)",
350+
help="remote url of an ATT&CK workbench server.",
352351
)
353352
parser.add_argument(
354353
"-stix-file",

mitreattack/collections/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
from .index_to_markdown import *
22
from .collection_to_index import *
3-
from .stix_to_collection import *

mitreattack/collections/stix_to_collection.py

-137
This file was deleted.

0 commit comments

Comments
 (0)