Skip to content

misp-stix 2.4.161 released

Choose a tag to compare

@adulau adulau released this 26 Sep 12:27
· 1706 commits to main since this release
5c329a9

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_attribute method 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-pattern objects. [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