This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ant-antlibs-cyclonedx.git
from 3e35d41 create BOM for antlib-cyclonedx
new e1a1b31 supplier seems important to some validators
new e2c6b23 NTIA Minimum Elements require bom.metadata.supplier as well
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
examples/bom.json | 54 ++++++++++++------
examples/bom.xml | 48 ++++++++++------
src/main/org/apache/ant/cyclonedx/Component.java | 62 ++++++++++----------
.../org/apache/ant/cyclonedx/ComponentBomTask.java | 41 ++++++++++++++
.../org/apache/ant/cyclonedx/Organization.java | 32 +++++++++++
src/main/org/apache/ant/cyclonedx/ToolData.java | 3 +-
src/tests/antunit/componentbom-test.xml | 66 +++++++++++++++++++++-
7 files changed, 238 insertions(+), 68 deletions(-)
create mode 100644 src/main/org/apache/ant/cyclonedx/Organization.java