Skip to content

Commit 892ad68

Browse files
namya28tdcmeehan
authored andcommitted
Upgrade accumulo to 1.10.1 to fix CVE-2020-17533
Upgrade the accumulo version from 1.7.4 to 1.10.1 to address a security vulnerability (CVE-2020-17533). The affected library, accumulo-master, is a transitive dependency in Presto, coming from accumulo-minicluster.
1 parent ec9e904 commit 892ad68

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1446,7 +1446,7 @@
14461446
<dependency>
14471447
<groupId>org.apache.thrift</groupId>
14481448
<artifactId>libthrift</artifactId>
1449-
<version>0.9.3</version>
1449+
<version>0.9.3-1</version>
14501450
<exclusions>
14511451
<exclusion>
14521452
<groupId>org.apache.httpcomponents</groupId>

presto-accumulo/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<properties>
1616
<air.main.basedir>${project.parent.basedir}</air.main.basedir>
17-
<dep.accumulo.version>1.7.4</dep.accumulo.version>
17+
<dep.accumulo.version>1.10.1</dep.accumulo.version>
1818
<dep.curator.version>2.12.0</dep.curator.version>
1919
<dep.reload4j.version>1.2.18.3</dep.reload4j.version>
2020
</properties>
@@ -226,7 +226,7 @@
226226
<dependency>
227227
<groupId>commons-lang</groupId>
228228
<artifactId>commons-lang</artifactId>
229-
<version>2.4</version>
229+
<version>2.6</version>
230230
</dependency>
231231

232232
<dependency>

0 commit comments

Comments
 (0)