This is an automated email from the ASF dual-hosted git repository.

asf-gitbox-commits pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ant-antlibs-cyclonedx.git


The following commit(s) were added to refs/heads/main by this push:
     new 42969cc  add security.txt link to tool component as well
42969cc is described below

commit 42969ccaede33a114ad7b92357f5e535b85a94a0
Author: Stefan Bodewig <[email protected]>
AuthorDate: Thu Jun 4 15:45:27 2026 +0200

    add security.txt link to tool component as well
---
 src/main/org/apache/ant/cyclonedx/ToolData.java | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/main/org/apache/ant/cyclonedx/ToolData.java 
b/src/main/org/apache/ant/cyclonedx/ToolData.java
index bc2345a..bd055fc 100644
--- a/src/main/org/apache/ant/cyclonedx/ToolData.java
+++ b/src/main/org/apache/ant/cyclonedx/ToolData.java
@@ -83,6 +83,9 @@ class ToolData {
         antlibComponent.addConfiguredExternalReference(
            createExternalReference(ExternalReference.Type.SECURITY_CONTACT,
                                    "https://www.apache.org/security/";));
+        antlibComponent.addConfiguredExternalReference(
+           createExternalReference(ExternalReference.Type.RFC_9116,
+                                   
"https://ant.apache.org/.well-known/security.txt";));
 
         File antlib = findAntlib();
         if (antlib != null) {

Reply via email to