Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[Snyk] Fix for 1 vulnerabilities #13

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

Open
snyk-bot wants to merge 2 commits into master
base: master
Choose a base branch
Loading
from snyk-fix-4744fbac3df6a49670e8b4957ec0cfe4
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions .snyk
View file Open in desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.14.1
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
SNYK-JS-LODASH-567746:
- async > lodash:
patched: '2020年05月06日T08:17:47.483Z'
- exclfs > async > lodash:
patched: '2020年05月06日T08:17:47.483Z'
- jocker > async > lodash:
patched: '2020年05月06日T08:17:47.483Z'
- nodeos-boot-singleUser > async > lodash:
patched: '2020年05月06日T08:17:47.483Z'
- nodeos-boot-singleUserMount > async > lodash:
patched: '2020年05月06日T08:17:47.483Z'
- nodeos-mount-utils > nodeos-mount > async > lodash:
patched: '2020年05月06日T08:17:47.483Z'
- nodeos-boot-singleUser > jocker > async > lodash:
patched: '2020年05月06日T08:17:47.483Z'
- nodeos-boot-singleUserMount > jocker > async > lodash:
patched: '2020年05月06日T08:17:47.483Z'
- nodeos-boot-singleUserMount > nodeos-boot-singleUser > async > lodash:
patched: '2020年05月06日T08:17:47.483Z'
- jocker > nodeos-mount-utils > nodeos-mount > async > lodash:
patched: '2020年05月06日T08:17:47.483Z'
- nodeos-boot-singleUserMount > nodeos-mount-utils > nodeos-mount > async > lodash:
patched: '2020年05月06日T08:17:47.483Z'
- nodeos-boot-singleUserMount > nodeos-boot-singleUser > jocker > async > lodash:
patched: '2020年05月06日T08:17:47.483Z'
- nodeos-boot-singleUser > jocker > nodeos-mount-utils > nodeos-mount > async > lodash:
patched: '2020年05月06日T08:17:47.483Z'
- nodeos-boot-singleUserMount > jocker > nodeos-mount-utils > nodeos-mount > async > lodash:
patched: '2020年05月06日T08:17:47.483Z'
- nodeos-boot-singleUserMount > nodeos-boot-singleUser > jocker > nodeos-mount-utils > nodeos-mount > async > lodash:
patched: '2020年05月06日T08:17:47.483Z'
10 changes: 7 additions & 3 deletions package.json
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"main": "lib",
"bin": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"repository": {
"type": "git",
Expand All @@ -29,6 +31,8 @@
"nodeos-boot-singleUser": "^0.5.2",
"nodeos-boot-singleUserMount": "^0.5.2",
"nodeos-mount-utils": "^0.2.0",
"rimraf": "^2.6.1"
}
"rimraf": "^2.6.1",
"snyk": "^1.319.0"
},
"snyk": true
}

AltStyle によって変換されたページ (->オリジナル) /