Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Fix for 2 vulnerable dependency paths #170

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 28, 2016

  1. Fix for 2 vulnerable dependency paths

    heroku-container-tools currently has a 2 vulnerable dependency, introducing 3 different types of known vulnerabilities.
    
    This PR fixes two vulnerable dependency, introducing [remote memory exposure ](https://snyk.io/vuln/npm:request:20160119) vulnerability in the `request` dependency and [ReDos vulnerability](https://snyk.io/vuln/npm:hawk:20160119) in the `hawk` dependency. 
    
    You can see [Snyk test report](https://snyk.io/test/github/heroku/heroku-container-tools) of this project for details. 
    
    This PR changes `Package.json` to upgrade `request` to the newer 2.74.0 version, and will fix  the vulnerability listed above.
    You can get alerts and fix PRs for future vulnerabilities for free by [watching this repo with Snyk](https://snyk.io/add).
    
    Note this PR fixes all the vulnerabilities introduced trough `request` dependency, in order to be vulnerability free you will need to upgrade ` yamljs` dependency as well.
    
    Stay Secure,
    The Snyk Community
    snyk-community authored Sep 28, 2016
    Configuration menu
    Copy the full SHA
    00796b7 View commit details
    Browse the repository at this point in the history