easyexcel icon indicating copy to clipboard operation
easyexcel copied to clipboard

poi-ooxml-schemas 存在漏洞

Open Yannis-01 opened this issue 1 year ago • 3 comments

问题描述

社区最新版3.3.4依赖的 poi-ooxml-schemas 存在漏洞且超期, 请问如何解决, 后续是否有替换的计划?

Yannis-01 avatar May 21 '24 01:05 Yannis-01

关于版本选择

LSL1618 avatar May 23 '24 08:05 LSL1618

4.1.2已经是最新的了

<dependency>
    <groupId>org.apache.poi</groupId>
    <artifactId>poi-ooxml-schemas</artifactId>
    <version>4.1.2</version>
</dependency>

LSL1618 avatar May 23 '24 08:05 LSL1618

easyexcel-3.3.4 版本依赖的 poi-ooxml-schemas已经是最新的4.1.2版本了。 从5.0.X开始,poi-ooxml-schemas 被重命名为 poi-ooxml-full,应该近期不会有升级。

下面是easyexcel-core 中的依赖:

  <dependency>
      <groupId>org.apache.poi</groupId>
      <artifactId>poi-ooxml-schemas</artifactId>
      <version>4.1.2</version>
      <scope>compile</scope>
    </dependency>

psxjoy avatar May 23 '24 13:05 psxjoy

Hi, we have an update to poi-5! This issue has been completed, I will close this issue.

psxjoy avatar Jun 25 '24 12:06 psxjoy