[ https://issues.apache.org/jira/browse/HADOOP-18832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17749443#comment-17749443 ]
ASF GitHub Bot commented on HADOOP-18832: ----------------------------------------- virajjasani commented on PR #5908: URL: https://github.com/apache/hadoop/pull/5908#issuecomment-1659539707 re-ran the tests with assume role and encryption enabled: the only tests that are getting ignored are: - contract tests that don't apply to s3a (e.g. `fs.capability.etags.preserved.in.rename`) - `ITestS3AContractSeek`: `Tests run: 72, Failures: 0, Errors: 0, Skipped: 24, Time elapsed: 198.155 s - in org.apache.hadoop.fs.contract.s3a.ITestS3AContractSeek` 24 tests getting skipped because they need native hadoop lib: ``` if (this.sslChannelMode == OpenSSL) { assumeTrue(NativeCodeLoader.isNativeCodeLoaded() && NativeCodeLoader.buildSupportsOpenssl()); } ``` everything else is passing. > Upgrade aws-java-sdk to 1.12.499+ > --------------------------------- > > Key: HADOOP-18832 > URL: https://issues.apache.org/jira/browse/HADOOP-18832 > Project: Hadoop Common > Issue Type: Sub-task > Components: fs/s3 > Reporter: Viraj Jasani > Assignee: Viraj Jasani > Priority: Major > Labels: pull-request-available > > aws sdk versions < 1.12.499 uses a vulnerable version of netty and hence > showing up in security CVE scans (CVE-2023-34462). The safe version for netty > is 4.1.94.Final and this is used by aws-java-sdk:1.12.499+ -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-issues-h...@hadoop.apache.org