NervanaSystems / ngraph-mxnet

MXNet - nGraph integration
Apache License 2.0
34 stars 3 forks source link

Fix the security vulnerabilities. #564

Closed lnguyen-nvn closed 5 years ago

lnguyen-nvn commented 5 years ago

Description

We have 2 security vulnerabilities issues related to version of requests and scala-compiler.

Security team requests us to update the versions of the following lib:

  1. requests >=2.20.0
    1. scala-version: 2.11.12

As I mentioned to @rsketine , we pulled these 2 files directly from mxnet DO as https://github.com/apache/incubator-mxnet/blob/master/docs/install/requirements.txt, and https://github.com/apache/incubator-mxnet/blob/26b14bca0ace33b0f2767a71f7dfed52cef9c631/scala-package/pom.xml.

However, Rama think we can fix it to PASS the security vulnerabilities. This is my temporary PR to update the:

I will kick off tests on it. Hopefully, not much impact.

Checklist

Essentials

Please feel free to remove inapplicable items for your PR.

Changes

Comments