File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- __version__ = '2026.2.12 '
1+ __version__ = '2026.3.13 '
22
33import argparse
44from .misp2stix import MISPtoSTIX1AttributesParser , MISPtoSTIX1EventsParser # noqa
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " misp-stix"
3- version = " 2026.2.12 "
3+ version = " 2026.3.13 "
44description = " Python scripts used by MISP to export MISP format into STIX and to import STIX into MISP format."
55authors = [" Christian Studer <christian.studer@circl.lu>" ]
66maintainers = [" Christian Studer <christian.studer@circl.lu>" ]
@@ -11,7 +11,7 @@ readme = "README.md"
1111
1212classifiers = [
1313 ' License :: OSI Approved :: BSD License' ,
14- ' Development Status :: 4 - Beta ' ,
14+ ' Development Status :: 5 - Production/Stable ' ,
1515 ' Environment :: Console' ,
1616 ' Operating System :: POSIX :: Linux' ,
1717 ' Intended Audience :: Science/Research' ,
You can’t perform that action at this time.
0 commit comments