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-net.git
The following commit(s) were added to refs/heads/master by this push:
new b5aac3e1 Add a reference to safe deserlialization
b5aac3e1 is described below
commit b5aac3e1a5cfc04b058b3cca76388c87c6bd3d3c
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Mar 19 23:46:51 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 c07685ad..c2ad0d47 100644
--- a/src/site/xdoc/security.xml
+++ b/src/site/xdoc/security.xml
@@ -80,5 +80,10 @@
</ul>
</subsection>
</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>