Thank you Gary! Great catch! On Tue, Dec 21, 2021 at 11:51 AM Gary Gregory <garydgreg...@gmail.com> wrote:
> I'm not sure this is the right branch, I think log4j-2.3.x is the > right one. > > Ralph? > > Gary > > On Mon, Dec 20, 2021, 21:33 <rpo...@apache.org> wrote: > > > This is an automated email from the ASF dual-hosted git repository. > > > > rpopma pushed a commit to branch java6 > > in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git > > > > commit 6e298ba0df07451beced3ed4de2ec71cfdf6b734 > > Author: rpopma <rpo...@apache.org> > > AuthorDate: Tue Dec 21 11:33:44 2021 +0900 > > > > [DOC] Fix log4j-2.3.x About page incorrect security.html anchor links > > --- > > src/site/xdoc/index.xml | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml > > index b3e8f3f..d289bf7 100644 > > --- a/src/site/xdoc/index.xml > > +++ b/src/site/xdoc/index.xml > > @@ -68,7 +68,7 @@ > > <p>Upgrade to Log4j 2.3.1 (for Java 6), 2.12.3 (for Java 7), or > > 2.17.0 (for Java 8).</p> > > > > <h4>Reference</h4> > > - <p>Please refer to the <a href=" > > https://logging.apache.org/log4j/2.x/security.html#CVE-2021-45105 > ">Security > > page</a> for details and mitigation measures for older versions of > > Log4j.</p> > > + <p>Please refer to the <a href=" > > https://logging.apache.org/log4j/2.x/security.html#CVE-2021-45046 > ">Security > > page</a> for details and mitigation measures for older versions of > > Log4j.</p> > > > > > > <a name="CVE-2021-44228"/> > > @@ -89,7 +89,7 @@ > > <p>Upgrade to Log4j 2.3.1 (for Java 6), 2.12.3 (for Java 7), or > > 2.17.0 (for Java 8).</p> > > > > <h4>Reference</h4> > > - <p>Please refer to the <a href=" > > https://logging.apache.org/log4j/2.x/security.html#CVE-2021-45105 > ">Security > > page</a> for details and mitigation measures for older versions of > > Log4j.</p> > > + <p>Please refer to the <a href=" > > https://logging.apache.org/log4j/2.x/security.html#CVE-2021-44228 > ">Security > > page</a> for details and mitigation measures for older versions of > > Log4j.</p> > > > > <section name="Apache Log4j 2"> > > > > >