Attila Simon created FLUME-3126:
-----------------------------------
Summary: Upgrade apache poi library dependencies
Key: FLUME-3126
URL: https://issues.apache.org/jira/browse/FLUME-3126
Project: Flume
Issue Type: Bug
Affects Versions: 1.7.0
Reporter: Attila Simon
Priority: Critical
Fix For: 1.8.0
||Group||Artifact||Version used||Upgrade target||
|org.apache.poi|poi|3.10-beta2|3.15-beta2|
|org.apache.poi|poi-ooxml|3.10-beta2|3.15-beta2|
|org.apache.poi|poi-scratchpad|3.10-beta2|3.15-beta2|
Security vulnerability:
https://www.cvedetails.com/vulnerability-list/vendor_id-45/product_id-22766/Apache-POI.html
Maven repositories:
- https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml
- https://mvnrepository.com/artifact/org.apache.poi/poi
- https://mvnrepository.com/artifact/org.apache.poi/poi
Please do:
- CVE might be a false alarm or mistake. Please double check.
- double check the newest version.
- consider to remove a dependency if better alternative is available.
- check whether the lib change would introduce a backward incompatibility (in
which case please add this label `breaking_change` and fix version should be
the next major)
Excerpt from mvn dependency:tree
{noformat}
org.apache.flume.flume-ng-sinks:flume-ng-morphline-solr-sink:jar:1.8.0-SNAPSHOT
+- org.kitesdk:kite-morphlines-all:pom:1.0.0:compile
| +- org.kitesdk:kite-morphlines-solr-cell:jar:1.0.0:compile
| | +- org.apache.tika:tika-xmp:jar:1.5:compile
| | | +- org.apache.tika:tika-parsers:jar:1.5:compile
| | | | +- org.apache.poi:poi:jar:3.10-beta2:compile
| | | | +- org.apache.poi:poi-scratchpad:jar:3.10-beta2:compile
| | | | +- org.apache.poi:poi-ooxml:jar:3.10-beta2:compile
{noformat}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)