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
commit 7fe4794216f5703c2eaffcef19d1cdae494166b6 Author: Gary Gregory <[email protected]> AuthorDate: Sat Aug 29 16:48:42 2026 -0400 Add link to Commons Security Model --- src/site/site.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/site/site.xml b/src/site/site.xml index ed90bf9..2df3572 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -34,6 +34,7 @@ <item name="Security"> <item name="Security" href="security.html" /> <item name="Threat Model" href="threat_model.html" /> + <item name="Commons Security Model" href="https://commons.apache.org/security.html" /> </item> <item name="License" href="https://www.apache.org/licenses/LICENSE-2.0" /> <item name="Code of Conduct" href="https://www.apache.org/foundation/policies/conduct.html" />
