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-lang.git
The following commit(s) were added to refs/heads/master by this push:
new 1fa1193bd Add a reference to safe deserlialization
1fa1193bd is described below
commit 1fa1193bd84840c04f173d14d068a55caf1e4dd3
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Mar 19 23:46:47 2026 +0000
Add a reference to safe deserlialization
---
src/site/xdoc/security.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/site/xdoc/security.xml b/src/site/xdoc/security.xml
index 0d79de1db..a93efb5db 100644
--- a/src/site/xdoc/security.xml
+++ b/src/site/xdoc/security.xml
@@ -84,5 +84,10 @@
</p>
</section>
</section>
+ <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>
\ No newline at end of file