Skip to content

Commit

Permalink
[Enhancement] Adding exclusions for libraries to fix CVEs (StarRocks#…
Browse files Browse the repository at this point in the history
…50283)

Signed-off-by: Vikas Attiguppa <[email protected]>
  • Loading branch information
va-os-commits authored Sep 11, 2024
1 parent a8af0fc commit a22f115
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions contrib/trino-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.jetty.http2</groupId>
<artifactId>http2-common</artifactId>
</exclusion>
</exclusions>
</dependency>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ under the License.
<dependency>
<groupId>com.qcloud.cos</groupId>
<artifactId>hadoop-cos</artifactId>
<version>3.3.0-8.3.7</version>
<version>3.3.3-8.3.10</version>
</dependency>

<!-- https://mvnrepository.com/artifact/com.qcloud/cos_api-bundle -->
Expand Down

0 comments on commit a22f115

Please sign in to comment.