Skip to content

Releases: StephenOTT/STIX-Java

Generic Custom Object Support + Generic Parsing Updates + Streaming Examples

19 Jun 21:57
Compare
Choose a tag to compare

Multiples updates!

  1. Generic Custom Objects have been added, allowing any STIX 2.x x- object can be parsed into a "CustomObject" allowing you to parse anything you may find in your bundle and is STIX 2.x compliant ! 🎉

  2. Added a small fix to the StixParser class to support better Java Generics

  3. Added Tests in the src/test/stix/bundle/BundleSpec to show usage of Streaming large STIX datasets, Reading and writing STIX json.

Network Graph Generation + CVE-2019-12086 fix

09 Jun 20:45
Compare
Choose a tag to compare

added StixBoolean capability

08 May 22:13
Compare
Choose a tag to compare

Adds support for definition of booleans that have a requirement to understand if the boolean value was user defined or a value from the default value configuration of the property.

Refactor of jackson modules system usage

04 May 20:32
Compare
Choose a tag to compare

Changes are to support better TAXII support with TAXII-Springboot

Fix bug with Stix SubTypes Jackson registration

04 May 02:05
Compare
Choose a tag to compare
0.8.5

fix bug with stix registering of subtypes

Support proper static prop for Stix objectmapper

04 May 01:21
Compare
Choose a tag to compare

StixInstant Customize toString

03 May 11:08
Compare
Choose a tag to compare

Now with support for toString(int) which will customize the subsecond precision

Internal Refactor

03 May 10:43
Compare
Choose a tag to compare

Moves StixInstant serializer and deserializer into Jackson module

Add updated objectmapper methods

03 May 10:07
Compare
Choose a tag to compare
0.8.1

Refactors Objectmapper with a base class to generate new mappers from…

Updates to Mock Data Generator to support StixInstant

28 Apr 23:37
Compare
Choose a tag to compare
0.8.0

version bump for breaking changes