Skip to content

Tags: TcM1911/stix2

Tags

v0.10.4

Toggle v0.10.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #64 from TcM1911/bug/fix-networktraffic-id

Fix issues with NewNetworkTraffic function

v0.10.3

Toggle v0.10.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #62 from wrbrant/master

added ExtensionType MarshalJSON

v0.10.2

Toggle v0.10.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #58 from pbedat/fix-opinion-marshaling

fix(opinion): correctly formats opinion with string representation

v0.10.1

Toggle v0.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update tag.yml

Fix checkout step

v0.10.0

Toggle v0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #53 from pbedat/pbedat/add-incident-stub-type

adds the 'Incident' stub type

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #51 from TcM1911/feat/custom-object-improvements

Custom object parsing improvements

v0.8.2

Toggle v0.8.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #49 from TcM1911/bug/fix-coa-helper-functions

Add missing relationship types and fix COA helpers

v0.8.1

Toggle v0.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #43 from TcM1911/bug/malware-types-not-optional

Make malware type optional and test for change.

v0.8.0

Toggle v0.8.0's commit message
Version 0.8.0

- Add support for extensions
- Address changes between draft and specification
- Update deps
- Fix duplication bug in collection

v0.7.0

Toggle v0.7.0's commit message
Version 0.7.0

Breaking changes:

- The option parameters:
Instead of using specific function types for each objects' optional
parameter, this uses a "generic" function type. Reflection is used to
set the value for the object. This allows for more code reuse and
smaller amount of option functions.

- Renaming types
StixObject -> STIXObject
StixType -> STIXType
StixCollection -> Collection

- Fixed typos in some exported constants

Improvements:

- Changes to Collection type.
Collection can now be created via the "New" function. The function takes
arguments that allows for controlling some of the collection's behavior.

By default a Collection tracks the order of items added so outputs are
predictable. This can be disabled via an option parameter.

- The json parsing has been simplified.