You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`cyclonedx-ruby` has a flag, `-f` or `--format`, that allows for json
output in addition to xml. This functionality has been added to the code
but has not been released. By bumping the version number, a new gem can
be cut that has the enhanced output functionality.
Additionally, the gem's dependencies were updated to newer versions.
Some of these upgrades, such as the ones for `json` and `nokogiri`,
contain bug fixes, but all are compatible with Ruby 2.7.0 and greater,
which is the version of Ruby pegged in the `cyclonedx-ruby.gemspec`
file.
Signed-off-by: Ryan Cammer <[email protected]>
spec.description='CycloneDX is a lightweight software bill-of-material (SBOM) specification designed for use in application security contexts and supply chain component analysis. This Gem generates CycloneDX BOMs from Ruby projects.'
0 commit comments