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 92374d18 Fix 2 typos
92374d18 is described below

commit 92374d18d618382b43832184142612624c01f0fe
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Mar 23 06:32:25 2024 -0400

    Fix 2 typos
---
 src/site/xdoc/security.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/site/xdoc/security.xml b/src/site/xdoc/security.xml
index fa242b8b..3de3b2ec 100644
--- a/src/site/xdoc/security.xml
+++ b/src/site/xdoc/security.xml
@@ -116,7 +116,7 @@
                </p>
                <p>
                  This Out-of-bounds Write vulnerability in Apache Commons 
Configuration affects Apache Commons Configuration: from 2.0 before 2.10.1.
-                 USer can see this as a <code>StackOverflowError</code> when 
adding a property in 
<code>AbstractListDelimiterHandler.flattenIterator()</code>.
+                 User can see this as a <code>StackOverflowError</code> when 
adding a property in 
<code>AbstractListDelimiterHandler.flattenIterator()</code>.
                  Users are recommended to upgrade to version 2.10.1, which 
fixes the issue. 
                  The details are in <a 
href="https://issues.apache.org/jira/browse/CONFIGURATION-840";>CONFIGURATION-840</a>.
                </p>
@@ -127,7 +127,7 @@
                </p>
                <p>
                  This Out-of-bounds Write vulnerability in Apache Commons 
Configuration affects Apache Commons Configuration: from 2.0 before 2.10.1.
-                 USer can see this as a <code>StackOverflowError</code> 
calling <code>ListDelimiterHandler.flatten(Object, int)</code> with a cyclical 
object tree.
+                 User can see this as a <code>StackOverflowError</code> 
calling <code>ListDelimiterHandler.flatten(Object, int)</code> with a cyclical 
object tree.
                  Users are recommended to upgrade to version 2.10.1, which 
fixes the issue. 
                  The details are in <a 
href="https://issues.apache.org/jira/browse/CONFIGURATION-840";>CONFIGURATION-841</a>.
                </p>

Reply via email to