This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/commons-xml.git
The following commit(s) were added to refs/heads/main by this push:
new a6d6ab6 Add placeholder for the Apache Commons XML Security model
amendment.
new 253c3a2 Merge branch 'main' of https://github.com/apache/commons-xml
into main
a6d6ab6 is described below
commit a6d6ab6eb20bd55f740bb2cef89702ccd9c23399
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jul 4 08:27:47 2026 -0400
Add placeholder for the Apache Commons XML Security model amendment.
---
src/site/xdoc/security.xml | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/src/site/xdoc/security.xml b/src/site/xdoc/security.xml
index 740c550..f635c52 100644
--- a/src/site/xdoc/security.xml
+++ b/src/site/xdoc/security.xml
@@ -21,11 +21,11 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/XDOC/2.0
http://maven.apache.org/xsd/xdoc-2.0.xsd">
<properties>
- <title>Apache Commons Security Reports</title>
+ <title>Apache Commons XML Security</title>
<author email="[email protected]">Apache Commons Team</author>
</properties>
<body>
- <section name="About Security">
+ <section name="Apache Commons XML Security">
<p>
For information about reporting or asking questions about security,
please see
<a href="https://commons.apache.org/security.html">Apache Commons
Security</a>.
@@ -44,6 +44,14 @@
incomplete, please report them privately to the Apache Security Team.
Thank you.
</p>
</section>
+ <section name="Security Model">
+ <p>
+ This section amends the <a
href="https://commons.apache.org/security.html#Security_Model">Apache Commons
security model</a> for this component.
+ </p>
+ <p>
+ Placeholder for the Apache Commons XML Security model amendment.
+ </p>
+ </section>
<section name="Security Vulnerabilities">
<p>None.</p>
</section>