apache / incubator-hugegraph-toolchain

HugeGraph toolchain - include a series useful graph modules
https://hugegraph.apache.org/
Apache License 2.0
88 stars 92 forks source link

Provides transitive vulnerable dependency maven:org.apache.commons:commons-text:1.9 #541

Open liming1010 opened 10 months ago

liming1010 commented 10 months ago

Bug Type (问题类型)

rest-api (结果不合预期)

Before submit

Environment (环境信息)

版本1.0

Expected & Actual behavior (期望与实际表现)

<dependency>
            <groupId>org.apache.hugegraph</groupId>
            <artifactId>hugegraph-client</artifactId>
            <version>1.0.0</version>
        </dependency>

这个版本提示

Provides transitive vulnerable dependency maven:org.apache.commons:commons-text:1.9
CVE-2022-42889 9.8 Improper Control of Generation of Code ('Code Injection') vulnerability

经过查询,是个洞

Vertex/Edge example (问题点 / 边数据举例)

No response

Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)

No response

imbajin commented 10 months ago

Thanks for your report, maybe they need update in https://github.com/apache/incubator-hugegraph-commons ?

BTW, I help u to transfer the issue to here(toolchain)