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-bcel.git
The following commit(s) were added to refs/heads/master by this push:
new 46fd247b Add a reference to safe deserlialization
46fd247b is described below
commit 46fd247b20b4d3d64790bc32c31ea9caaa6da244
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Mar 19 23:46:21 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 d1e3c9ff..d8f25888 100644
--- a/src/site/xdoc/security.xml
+++ b/src/site/xdoc/security.xml
@@ -55,5 +55,10 @@
</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>