File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 5.3.0 (2025-11-13)
4+
5+ ### Feat
6+
7+ - update to ATT&CK v18.1
8+
9+ ### Fix
10+
11+ - fixes to legacy tests
12+ - handle objects without descriptions in changelog, like detection strategies
13+
314## 5.2.1 (2025-10-28)
415
516### Fix
Original file line number Diff line number Diff line change 1313# -- Project information -----------------------------------------------------
1414project = "mitreattack-python"
1515copyright = "2025, The MITRE Corporation"
16- version = "5.2.1 "
17- release = "5.2.1 "
16+ version = "5.3.0 "
17+ release = "5.3.0 "
1818
1919# -- General configuration ---------------------------------------------------
2020extensions = [
Original file line number Diff line number Diff line change 55from PIL import __version__
66from . import attackToExcel , collections , navlayers
77
8- __version__ = "5.2.1 "
8+ __version__ = "5.3.0 "
99
1010__all__ = [
1111 "attackToExcel" ,
Original file line number Diff line number Diff line change 11[project ]
22name = " mitreattack-python"
33description = " MITRE ATT&CK python library"
4- version = " 5.2.1 "
4+ version = " 5.3.0 "
55authors = [{ name = " MITRE ATT&CK" , email = " attack@mitre.org" }]
66license = { text = " Apache-2.0" }
77readme = " README.md"
You can’t perform that action at this time.
0 commit comments