misp-stix 2.4.161 released
v2.4.161 (2022-08-23)
Changes
-
[package] Updated library version. [Christian Studer]
-
[package] Updated some setup information. [Christian Studer]
-
[readme] Updated instructions for pip install. [Christian Studer]
-
[poetry] Bumped latest lock file. [Christian Studer]
-
[poetry] Added a few information and using the stix2 library package instead of the git dependency. [Christian Studer]
-
[poetry] Bumped latest lock file. [Christian Studer]
-
[poetry] Updated pyproject file. [Christian Studer]
Fix
-
[package] Fixed setup. [Christian Studer]
-
[stix2 import] Fixed a couple typo issues. [Christian Studer]
-
[poetry] Bumped latest lock file. [Christian Studer]
-
[stix2 import] Added missing import. [Christian Studer]
-
[stix2 import] Fixed the
add_attributemethod that was missing the**prefix that is required when you pass a dict directly to it. [Christian Studer]
Other
-
Merge pull request #21 from netantho/patch-1. [Christian Studer]
Add setuptools as a build-system dependency
-
Add setuptools as a build-system dependency. [Anthony VEREZ]
-
Wip: [stix2 import] Better handling of external references from
attack-patternobjects. [Christian Studer]- Instead of having a common parsing function for
all STIX 2 attack pattern external references,
we parse those references depending on whether
it is external STIX data or not, to have 1 very
specific parsing function for content we know,
and a more flexible one for external content in
order to avoid issues with that kind of data
- Instead of having a common parsing function for