We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d3e77c commit e7f5060Copy full SHA for e7f5060
Dockerfile
@@ -8,3 +8,6 @@ RUN apt-get update && apt-get upgrade -y
8
9
# https://nvd.nist.gov/vuln/detail/CVE-2021-40690
10
RUN rm /usr/share/elasticsearch/modules/x-pack-{identity-provider,security}/xmlsec-2.1.4.jar
11
+
12
+# https://nvd.nist.gov/vuln/detail/CVE-2023-1370
13
+RUN rm /usr/share/elasticsearch/modules/x-pack-security/nimbus-jose-jwt-9.23.jar
0 commit comments