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
commit 1e9928e86d48ca486c759b96f0cfcff4679a7649 Author: Stefan Bodewig <[email protected]> AuthorDate: Thu Jun 4 15:34:30 2026 +0200 Ant has got a security.txt --- build.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.xml b/build.xml index e001279..e7c24ee 100644 --- a/build.xml +++ b/build.xml @@ -61,6 +61,9 @@ under the License. <externalReference type="SECURITY_CONTACT" url="https://www.apache.org/security/"/> + <externalReference + type="rfc-9116" + url="https://ant.apache.org/.well-known/security.txt"/> </cdx:externalreferenceset> <cdx:externalreferenceset id="antlib-ext-refs"
