STIX-Java icon indicating copy to clipboard operation
STIX-Java copied to clipboard

STIX 2.x Java Library

Results 48 STIX-Java issues
Sort by recently updated
recently updated
newest added

optionally have the validation, and if the ref is missing then throw an error for object creation / validation

Add a optional validation configuration to validate if more than one TLP marking has been applied to object markings then to throw creation error / parse error

http://docs.oasis-open.org/cti/stix/v2.0/cs01/part1-stix-core/stix-v2.0-cs01-part1-stix-core.html#_Toc496709311

The STIX spec defines the exact ID and created date for the 4 TLP markings. I defined them in a class as static values and created a test Spec. It's...

Currently all of the validations are grouped together. But should have some more clarity for when there are validations that are only used for specific STIX objects. Example: if a...