David Meibusch

Results 4 issues of David Meibusch

Fix for #363 Adds a test case for the issue, then a commit for a proposed fix.

Affected version: 8.0.3 and possible earlier 8.x. Sample SBOM that fails to parse. ```xml com.acme sample-library 1.0.0 org.example sample-library-ancestor 1.0.0 org.example sample-library-descendant 1.0.1 org.example sample-library-variant 1.0.2 ``` Exception: ```plain org.cyclonedx.exception.ParseException:...

bug
good first issue

```java public class Metadata extends ExtensibleElement { @JsonSerialize(using = CustomDateSerializer.class) @VersionFilter(versions = {"1.2", "1.3", "1.4"}) private Date timestamp = new Date(); ``` This is useful (perhaps) when creating a new...

### Expected Behavior The observed behaviour does not seem consistent between runtime and test scenarios. I’m trying to lay out our configuration to support a variety of scenarios for execution...

status: awaiting feedback