This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-compress.git
The following commit(s) were added to refs/heads/master by this push:
new a56f73098 Add a reference to safe deserlialization
a56f73098 is described below
commit a56f73098d2c8246e88ddb3aa5c72cd31b289c65
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Mar 19 23:46:31 2026 +0000
Add a reference to safe deserlialization
---
src/site/xdoc/security.xml | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/src/site/xdoc/security.xml b/src/site/xdoc/security.xml
index 4e3de64ec..ac35614a4 100644
--- a/src/site/xdoc/security.xml
+++ b/src/site/xdoc/security.xml
@@ -297,5 +297,10 @@
<p>Please report any errors or omissions to <a
href="mail-lists.html">the dev mailing list</a>.</p>
</section>
- </body>
+ <section name="Safe Deserialization">
+ <p>
+ For information about safe deserialization, please see <a
href="https://commons.apache.org/io/description.html#Safe_Deserialization">Safe
Deserialization</a>.
+ </p>
+ </section>
+ </body>
</document>