Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update packages with CVEs #24

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

Conversation

jborrey
Copy link

@jborrey jborrey commented Jul 27, 2016

The request package in this node module has CVEs. This PR will update
it.

Output of $ nsp check --output summary

(+) 4 vulnerabilities found
 Name           Installed   Patched                      Path                                                    More Info
 qs             0.6.6       >= 1.x                       [email protected] > [email protected] > [email protected]              https://nodesecurity.io/advisories/28
 qs             0.6.6       >= 1.x                       [email protected] > [email protected] > [email protected]              https://nodesecurity.io/advisories/29
 hawk           1.0.0       >=3.1.3 < 4.0.0 || >=4.1.1   [email protected] > [email protected] > [email protected]            https://nodesecurity.io/advisories/77
 tough-cookie   0.9.15      >=2.3.0                      [email protected] > [email protected] > [email protected]   https://nodesecurity.io/advisories/130

Also had to include in the package.json file the dependency on
coffee-scipt since it was missing.

The request package in this node module has CVEs. This PR will update
it.

Output of `$ nsp check --output summary`

```
(+) 4 vulnerabilities found
 Name           Installed   Patched                      Path                                                    More Info
 qs             0.6.6       >= 1.x                       [email protected] > [email protected] > [email protected]              https://nodesecurity.io/advisories/28
 qs             0.6.6       >= 1.x                       [email protected] > [email protected] > [email protected]              https://nodesecurity.io/advisories/29
 hawk           1.0.0       >=3.1.3 < 4.0.0 || >=4.1.1   [email protected] > [email protected] > [email protected]            https://nodesecurity.io/advisories/77
 tough-cookie   0.9.15      >=2.3.0                      [email protected] > [email protected] > [email protected]   https://nodesecurity.io/advisories/130
```

Also had to include in the `package.json` file the dependency on
coffee-scipt since it was missing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant