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-imaging.git
The following commit(s) were added to refs/heads/master by this push:
new 014384e1 Add a reference to safe deserlialization
014384e1 is described below
commit 014384e1b92d454a7180ea8692ea0bb46b12a275
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Mar 19 23:46:43 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 eafa4c88..a0698232 100644
--- a/src/site/xdoc/security.xml
+++ b/src/site/xdoc/security.xml
@@ -46,5 +46,10 @@
<a
href="https://issues.apache.org/jira/browse/IMAGING-379">this issue</a> could
be a good start.
</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>