Skip to content

Commit

Permalink
fix: packages/dandi-contrib/mvc-auth-firebase/.snyk & packages/dandi-…
Browse files Browse the repository at this point in the history
…contrib/mvc-auth-firebase/package.json to reduce vulnerabilities

The following vulnerabilities are fixed with a Snyk patch:
- https://snyk.io/vuln/SNYK-JS-AXIOS-174505
  • Loading branch information
snyk-bot committed May 6, 2019
1 parent f14eb87 commit f538a14
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 2 deletions.
28 changes: 28 additions & 0 deletions packages/dandi-contrib/mvc-auth-firebase/.snyk
@@ -0,0 +1,28 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.13.3
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
SNYK-JS-AXIOS-174505:
- firebase-admin > @google-cloud/firestore > google-gax > google-auth-library > gtoken > axios:
patched: '2019-05-06T06:48:16.768Z'
- firebase-admin > @google-cloud/firestore > google-gax > google-auth-library > axios:
patched: '2019-05-06T06:48:16.768Z'
- firebase-admin > @google-cloud/storage > @google-cloud/common > google-auto-auth > google-auth-library > axios:
patched: '2019-05-06T06:48:16.768Z'
- firebase-admin > @google-cloud/storage > gcs-resumable-upload > google-auto-auth > gcp-metadata > axios:
patched: '2019-05-06T06:48:16.768Z'
- firebase-admin > @google-cloud/storage > gcs-resumable-upload > google-auto-auth > google-auth-library > axios:
patched: '2019-05-06T06:48:16.768Z'
- firebase-admin > @google-cloud/firestore > google-gax > google-auth-library > gcp-metadata > axios:
patched: '2019-05-06T06:48:16.768Z'
- firebase-admin > @google-cloud/storage > @google-cloud/common > google-auto-auth > gcp-metadata > axios:
patched: '2019-05-06T06:48:16.768Z'
- firebase-admin > @google-cloud/storage > gcs-resumable-upload > google-auto-auth > google-auth-library > gcp-metadata > axios:
patched: '2019-05-06T06:48:16.768Z'
- firebase-admin > @google-cloud/storage > gcs-resumable-upload > google-auto-auth > google-auth-library > gtoken > axios:
patched: '2019-05-06T06:48:16.768Z'
- firebase-admin > @google-cloud/storage > @google-cloud/common > google-auto-auth > google-auth-library > gtoken > axios:
patched: '2019-05-06T06:48:16.768Z'
- firebase-admin > @google-cloud/storage > @google-cloud/common > google-auto-auth > google-auth-library > gcp-metadata > axios:
patched: '2019-05-06T06:48:16.768Z'
10 changes: 8 additions & 2 deletions packages/dandi-contrib/mvc-auth-firebase/package.json
@@ -1,7 +1,8 @@
{
"name": "@dandi-contrib/mvc-auth-firebase",
"dependencies": {
"firebase-admin": "^6.4.0"
"firebase-admin": "^6.4.0",
"snyk": "^1.161.1"
},
"peerDependencies": {
"@dandi-contrib/mvc-express": "*",
Expand All @@ -11,5 +12,10 @@
"@dandi/core": "*",
"@dandi/model": "*",
"@dandi/mvc": "*"
}
},
"scripts": {
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"snyk": true
}

0 comments on commit f538a14

Please sign in to comment.