Skip to content

Commit da674d3

Browse files
Merge pull request #2262 from periklis/cves-jackson-databind-v2.12.7.1
elasticsearch: jackson-databind to v2.12.7.1 for security plugin
2 parents 2d1e002 + 8238df1 commit da674d3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

elasticsearch/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ARG OPENSHIFT_CI
2121

2222
ENV ES_PATH_CONF=/etc/elasticsearch/ \
2323
ES_HOME=/usr/share/elasticsearch \
24-
ES_VER=6.8.1.redhat-00020 \
24+
ES_VER=6.8.1.redhat-00029 \
2525
HOME=/opt/app-root/src \
2626
INSTANCE_RAM=512G \
2727
JAVA_VER=11 \
@@ -30,7 +30,7 @@ ENV ES_PATH_CONF=/etc/elasticsearch/ \
3030
NODE_QUORUM=1 \
3131
PROMETHEUS_EXPORTER_VER=6.8.1.2-redhat-00001 \
3232
INGEST_PLUGIN_VER=6.8.1.0-redhat-00003 \
33-
OPENDISTRO_VER=0.10.1.2-redhat-00010 \
33+
OPENDISTRO_VER=0.10.1.2-redhat-00019 \
3434
PLUGIN_LOGLEVEL=INFO \
3535
RECOVER_AFTER_NODES=1 \
3636
RECOVER_EXPECTED_NODES=1 \

elasticsearch/Dockerfile.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ARG OPENSHIFT_CI
3636

3737
ENV ES_PATH_CONF=/etc/elasticsearch/ \
3838
ES_HOME=/usr/share/elasticsearch \
39-
ES_VER=6.8.1.redhat-00020 \
39+
ES_VER=6.8.1.redhat-00029 \
4040
HOME=/opt/app-root/src \
4141
INSTANCE_RAM=512G \
4242
JAVA_VER=11 \
@@ -45,7 +45,7 @@ ENV ES_PATH_CONF=/etc/elasticsearch/ \
4545
NODE_QUORUM=1 \
4646
PROMETHEUS_EXPORTER_VER=6.8.1.2-redhat-00001 \
4747
INGEST_PLUGIN_VER=6.8.1.0-redhat-00003 \
48-
OPENDISTRO_VER=0.10.1.2-redhat-00010 \
48+
OPENDISTRO_VER=0.10.1.2-redhat-00019 \
4949
PLUGIN_LOGLEVEL=INFO \
5050
RECOVER_AFTER_NODES=1 \
5151
RECOVER_EXPECTED_NODES=1 \
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
- nvr: org.elasticsearch-elasticsearch-6.8.1.redhat_00020-1
2-
- nvr: com.amazon.opendistroforelasticsearch-opendistro_security-0.10.1.2_redhat_00010-1
1+
- nvr: org.elasticsearch-elasticsearch-6.8.1.redhat_00029-1
2+
- nvr: com.amazon.opendistroforelasticsearch-opendistro_security-0.10.1.2_redhat_00019-1
33
- nvr: org.elasticsearch.plugin.prometheus-prometheus-exporter-6.8.1.2_redhat_00001-1
44
- nvr: org.elasticsearch.plugin.ingest-openshift-ingest-plugin-6.8.1.0_redhat_00003-1

0 commit comments

Comments
 (0)