STIX-Java
STIX-Java copied to clipboard
STIX 2.x Java Library
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.9.9 to 2.12.7.1. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [spring-expression](https://github.com/spring-projects/spring-framework) from 5.1.4.RELEASE to 5.2.21.RELEASE. Release notes Sourced from spring-expression's releases. v5.2.21.RELEASE :star: New Features Remove DNS lookups during websocket connection initiation #28281 :lady_beetle: Bug Fixes Improve documentation and...
Hello, I am trying to use this project to parse stix2.0 from a variety of taxii endpoints. Initially I am testing with an anomali feed. The issue is that with...
Hello Stephen I am tryind to create a ralation ship object ``` Relationship usesRel = Relationship.builder() .relationshipType("uses") .created(Instant.now()) .sourceRef(AttackPattern.builder() .name("Some Attack Pattern 1") .build()) .targetRef(Malware.builder() .name("dog") .addLabels("worm") .build()) .build(); ```...
Dear Sir, I am trying to implement the stix-java proyect but i am having lots of problems when referencing the classes. The following error is shown: ArchiveFileExtension cannot be resolved...
Bumps [hibernate-validator](https://github.com/hibernate/hibernate-validator) from 6.0.13.Final to 6.0.20.Final. Changelog Sourced from hibernate-validator's changelog. 6.0.20.Final (06-05-2020) ** Bug * HV-1774 - engine - Invalid parsing of EL expression can lead to invalid EL...
Bumps `jackson.verion` from 2.9.9 to 2.12.1. Updates `jackson-databind` from 2.9.9 to 2.12.1 Commits See full diff in compare view Updates `jackson-module-parameter-names` from 2.9.9 to 2.12.1 Commits d446fe4 [maven-release-plugin] prepare release...
Had to add `mainClassName = 'com.stephenott.stix.MainRunner'` to line 19 of `build.gradle` to get the project to build.