CODAIT / stocator

Stocator is high performing connector to object storage for Apache Spark, achieving performance by leveraging object storage semantics.
Apache License 2.0
112 stars 72 forks source link

Upgrade jackson databind and commons codec version #305

Closed silpidhua closed 2 years ago

silpidhua commented 2 years ago

Developer's Certificate of Origin 1.1

   By making a contribution to this project, I certify that:

   (a) The contribution was created in whole or in part by me and I
       have the right to submit it under the Apache License 2.0; or

   (b) The contribution is based upon previous work that, to the best
       of my knowledge, is covered under an appropriate open source
       license and I have the right under that license to submit that
       work with modifications, whether created in whole or in part
       by me, under the same open source license (unless I am
       permitted to submit under a different license), as indicated
       in the file; or

   (c) The contribution was provided directly to me by some other
       person who certified (a), (b) or (c) and I have not modified
       it.

   (d) I understand and agree that this project and the contribution
       are public and that a record of the contribution (including all
       personal information I submit with it, including my sign-off) is
       maintained indefinitely and may be redistributed consistent with
       this project or the open source license(s) involved.
silpidhua commented 2 years ago

@gilv @mrmadira

This PR is to address Twistlock scan, which is to upgrade version of jackson_databind to 2.13.1 and version of commons-codec to 1.13 To achieve that added couple of exclusion and modify the version of jackson-dataformat-cbor to 2.13.1 on top of the PR https://github.com/CODAIT/stocator/pull/289

This PR is ready for merge.

image image image
silpidhua commented 2 years ago

Spark-shell read (access key and secret key)

Screenshot 2022-05-17 at 5 01 22 PM

Spark-shell write (access key and secret key)

Screenshot 2022-05-17 at 5 03 22 PM 1 image

PySpark read (api key)

Screenshot 2022-05-17 at 5 09 06 PM

PySpark write (access key, secret key)

Screenshot 2022-05-17 at 5 10 41 PM image