cyclonedx-core-java
cyclonedx-core-java copied to clipboard
CycloneDX SBOM Model and Utils for Creating and Validating BOMs
This fixes issue https://github.com/CycloneDX/cyclonedx-core-java/issues/616
Parsing xml sboms is not done in a thread-safe manner. When running parsing concurrently in multiple threads there is a chance to randomly crash with an exception like this: ```...
Following https://github.com/CycloneDX/cyclonedx-core-java/issues/565, this PR attempts to add the missing mapping to comply with the CycloneDX 1.6 spec for the "provides" field inside the Dependency object: https://cyclonedx.org/docs/1.6/json/#dependencies_items_provides.
Hi, I was trying to create "cryptoRefArray" like the protocol example of CBOM. However, My code generates slightly different results from the protocol example and the results is not valid...
https://github.com/CycloneDX/cyclonedx-core-java/blob/e9fa73d6436612ec51296f7b312b350d2e312f29/src/main/java/org/cyclonedx/model/component/data/Content.java#L21
Hi, looking at the CycloneDX 1.6 spec (https://cyclonedx.org/docs/1.6/json/#dependencies_items_provides), the Dependency object should be able to include a `provides` Array of Strings (bom-refs). The current implementation of `org.cyclonedx.model.Dependency` is missing such...
Added several mappings found by analyzing a huge java project.
If a Property Value containing multiple consecutive spaces, eg. ``` "A property value containing multiple spaces!" ``` is serialized with JSON, the spaces get squashed, should they be preserved?? XML...
We are running in an exception with cyclonedx-core-java version 9.1.0 ``` org.cyclonedx.exception.GeneratorException: com.fasterxml.jackson.databind.JsonMappingException: Invalid white space character (0x1) in text to output (in xml 1.1, could output as a character...
Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.7.3 to 4.7.4. Release notes Sourced from JamesIves/github-pages-deploy-action's releases. v4.7.4 What's Changed Bug Fixes 🐛 fix: Silence chmod failures on read-only folders by @Copilot in JamesIves/github-pages-deploy-action#1913 fix...