This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch 1.X
in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git
The following commit(s) were added to refs/heads/1.X by this push:
new 7437ea8f Add a reference to safe deserlialization
7437ea8f is described below
commit 7437ea8f1f339cda57f4e94a137f4010409e034c
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Mar 19 23:46:24 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 0c3909e7..62523800 100644
--- a/src/site/xdoc/security.xml
+++ b/src/site/xdoc/security.xml
@@ -114,5 +114,10 @@ public void testAllowAccessToClassProperty() throws
Exception {
</ul>
</subsection>
</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>