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-configuration.git


The following commit(s) were added to refs/heads/master by this push:
     new 9794af4b0 Add a reference to safe deserlialization
9794af4b0 is described below

commit 9794af4b0df768dc13c4bea11d3c2af0875d6265
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Mar 19 23:46:33 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 9c954efa9..d83817c96 100644
--- a/src/site/xdoc/security.xml
+++ b/src/site/xdoc/security.xml
@@ -147,5 +147,10 @@ limitations under the License.
                </p>
              </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>

Reply via email to