Skip to content

misp-stix 2.4.163 released

Compare
Choose a tag to compare
@adulau adulau released this 26 Sep 12:25
· 1174 commits to main since this release
c60a6e7

v2.4.163 (2022-09-26)

Changes

  • [package] New version. [Christian Studer]

Fix

  • [stix2 export] Avoiding variables to be referenced before they are declared. [Christian Studer]

  • [stix2 export] Fixed the Hash values checking. [Christian Studer]

    • STIX 2 allows some custom Hash types so we don't
      need to consider invalid a hash that is not
      in the list of common supported types
  • [stix2 export] Some details fixed on errors handling functions. [Christian Studer]

Other

  • Fix; [stix2 export] Added missing check for data fields from attachment attributes. [Christian Studer]

  • Wip: [stix2 export] Checking Hash values for object attributes. [Christian Studer]

  • Wip: [stix2 export] More Hash values checking. [Christian Studer]

    • We also check now Hash values in the case of a
      conversion as Observable objects
  • Wip: [stix2 export] Introducing a hash value checking function to avoid issues with invalid hashes. [Christian Studer]

  • Wip: [stix2 import] Added some helpers to parse content in STIX 2 patterns. [Christian Studer]

    • Loading patterns for now