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 9a75108 fix links to be clickable
9a75108 is described below
commit 9a7510824ccf81c61c41cdc21592bafa707727ff
Author: Uwe Schindler <[email protected]>
AuthorDate: Fri Dec 10 19:36:48 2021 +0100
fix links to be clickable
---
content/solr/security/2021-12-12-cve-2021-44228.md | 4 ++--
1 file changed, 2 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 d627dc0..5d01741 100644
--- a/content/solr/security/2021-12-12-cve-2021-44228.md
+++ b/content/solr/security/2021-12-12-cve-2021-44228.md
@@ -31,9 +31,9 @@ The vulnerability in the Prometheus Exporter Contrib can be
mitigated by any of
* Upgrade to `Solr 8.11.1` or greater (when available), which will include an
updated version of the log4j2 dependency.
* Manually update the version of log4j2 on your runtime classpath and restart
your Solr application.
-* Edit your `solr-exporter` script to include
+* Edit your `solr-exporter` script to include:
`JAVA_OPTS="$JAVA_OPTS -Dlog4j2.formatMsgNoLookups=true"`
-* Follow any of the other mitgations listed at
https://logging.apache.org/log4j/2.x/security.html
+* Follow any of the other mitgations listed at
<https://logging.apache.org/log4j/2.x/security.html>
**References:**
<https://logging.apache.org/log4j/2.x/security.html>