ssainz

Results 10 comments of ssainz

Also experiencing warnings like the ones described in this issue. ``` warning C4244: 'argument': conversion from 'uint64_t' to 'int', possible loss of data ```

Hi, is there an update on this one?

> Awesome fix @tomthomson ! As I was preparing PR with your fix noticed it just got picked up by https://github.com/protocolbuffers/protobuf/pull/10353. Thus, this should be fixed once such PR finds...

Hi @acozzette , do you know if this change will make it to the 21.x branch or is it for 22.x branch exclusively?

It would be great to have transfer acceleration in aws sdk v2. Equivalent API in SDK v1: https://github.com/aws/aws-sdk-java/blob/1c94d1504753629995764231a311f787d42a9c8c/aws-java-sdk-s3/src/main/java/com/amazonaws/services/s3/AmazonS3Builder.java#L239,

I agree not urgent, thanks for the perspective @cgivre !

Hello there @luocooong , @cgivre - defect not fixed. Please check this line: https://github.com/apache/drill/blob/master/pom.xml#L49 shared guava still refers to guava 28.2 , thus, CVE-2020-8908 remains in Drill 1.19.

Hi - the shared guava seems is still 28.2, then not fixed yet ~ https://github.com/apache/drill/blob/master/pom.xml#L52 ``` 28.2-jre ```

Hello @jnturton , Hive 3.1.3 is vulnerable to [CVE-2018-21234](https://nvd.nist.gov/vuln/detail/CVE-2018-21234). Please see the [pom.xml of Hive 3.1.3](https://github.com/apache/hive/blob/rel/release-3.1.3/pom.xml#L178): ``` 3.5.2 ``` And, please see Jodd version 3.5.2 is still vulnerable to CVE-2018-21234:...

Hi @vivian5-git - how did you resolve the issue? I am facing similar issue.