You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by us...@apache.org on 2021/12/10 17:34:29 UTC

[solr-site] branch main updated: better formatting with colon (so its not so confusing)

This is an automated email from the ASF dual-hosted git repository.

uschindler pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr-site.git


The following commit(s) were added to refs/heads/main by this push:
     new d266f09  better formatting with colon (so its not so confusing)
d266f09 is described below

commit d266f09e1d0c6c6526ed2f51e4a02dba7591bf5a
Author: Uwe Schindler <us...@apache.org>
AuthorDate: Fri Dec 10 18:34:24 2021 +0100

    better formatting with colon (so its not so confusing)
---
 content/solr/security/2021-12-12-cve-2021-44228.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/content/solr/security/2021-12-12-cve-2021-44228.md b/content/solr/security/2021-12-12-cve-2021-44228.md
index 9e810b6..37bdbfa 100644
--- a/content/solr/security/2021-12-12-cve-2021-44228.md
+++ b/content/solr/security/2021-12-12-cve-2021-44228.md
@@ -19,8 +19,10 @@ Any of the following are enough to prevent this vulnerability:
 
 * Upgrade to `Solr 8.11.1` or greater (when available), which will include an updated version of the log4j2 dependancy.
 * Manually update the version of log4j2 on your runtime classpath and restart your Solr application.
-* (Linux/MacOS) Edit your `solr.in.sh` file to include `SOLR_OPTS="$SOLR_OPTS -Dlog4j2.formatMsgNoLookups=true"`
-* (Windows) Edit your `solr.in.cmd` file to include `set SOLR_OPTS=%SOLR_OPTS% -Dlog4j2.formatMsgNoLookups=true`
+* (Linux/MacOS) Edit your `solr.in.sh` file to include:
+  `SOLR_OPTS="$SOLR_OPTS -Dlog4j2.formatMsgNoLookups=true"`
+* (Windows) Edit your `solr.in.cmd` file to include:
+  `set SOLR_OPTS=%SOLR_OPTS% -Dlog4j2.formatMsgNoLookups=true`
 * Follow any of the other mitgations listed at https://logging.apache.org/log4j/2.x/security.html
 
 **References:**