microsoft / xblock-azure-media-services

xblock-azure-media-services
Other
14 stars 19 forks source link

Investigate dependencies vulnerabilities #63

Closed wowkalucky closed 5 years ago

wowkalucky commented 5 years ago

We have updated NPM dependencies lock file.

All listed packages are not the direct project dependencies and are controlled by third-parties.

Also please note that all listed potentially vulnerable packages are used exclusively in the development environment (code quality assurance) and do not affect the production environment.

manikarthikk commented 5 years ago

@wowkalucky @oksana-slu i'm trying to deploy this xblock and got the following error.


Collecting xblock-utils<=1.0.5,>=1.0.2 (from azure-media-services-xblock) Cache entry deserialization failed, entry ignored Could not find a version that satisfies the requirement xblock-utils<=1.0.5,>=1.0.2 (from azure-media-services-xblock) (from versions: 1.2.0) No matching distribution found for xblock-utils<=1.0.5,>=1.0.2 (from azure-media-services-xblock)


wowkalucky commented 5 years ago

Hello. As far as I remember xblock-utils ver.1.0.5 package wasn't published on pypi and should be installed with pip install --process-dependency-links option. See setup.py module.