Stephen Russett
Stephen Russett
This would be related to redaction. Has to do with being able to add the data markings that are relevant to the "subject" that is requesting the json.
example from Autonomous System COO
Can you post a snippet of your code/class you are building. Attack pattern is a Domain Object as per: https://github.com/StephenOTT/STIX-Java/blob/master/src/main/java/io/digitalstate/stix/sdo/objects/AttackPatternSdo.java#L36
If the class file: https://github.com/StephenOTT/STIX-Java/blob/master/src/main/java/io/digitalstate/stix/sdo/objects/AttackPatternSdo.java#L36 is missing from your cloned version then I would suggest to reclone. Which branch did you clone from?
This work has started. Supports a generic custom object that can consume any `x-` object.
Yes please elaborate.
to build: more to the elaboration I need is if the tokenization is meaningful in some way or if its just a replacement scheme to replace the redacted content with...
Are you using the 2.0 or 2.1 version of the library?
This work has begun
There is a 2.1 branch in the repo which was a major refactor. The validations in the master (stix 2) uses https://immutables.github.io/ for the validation annotations. Would have to leverage...