8000 fix: website/package.json & website/.snyk to reduce vulnerabilities · securego/securego.github.io@ba22eb6 · GitHub
[go: up one dir, main page]

Skip to content

Commit ba22eb6

Browse files
committed
fix: website/package.json & website/.snyk to reduce vulnerabilities
The following vulnerabilities are fixed with a Snyk patch: - https://snyk.io/vuln/SNYK-JS-HTTPSPROXYAGENT-469131
1 parent c85b17a commit ba22eb6

File tree

2 files changed

+55
-3
lines changed

2 files changed

+55
-3
lines changed

website/.snyk

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
2+
version: v1.13.5
3+
ignore: {}
4+
# patches apply the minimum changes required to fix a vulnerability
5+
patch:
6+
SNYK-JS-HTTPSPROXYAGENT-469131:
7+
- npm > libcipm > pacote > make-fetch-happen > https-proxy-agent:
8+
patched: '2019-10-04T02:05:06.938Z'
9+
- npm > pacote > make-fetch-happen > https-proxy-agent:
10+
patched: '2019-10-04T02:05:06.938Z'
11+
- npm > libnpmaccess > npm-registry-fetch > make-fetch-happen > https-proxy-agent:
12+
patched: '2019-10-04T02:05:06.938Z'
13+
- npm > libnpmhook > npm-registry-fetch > make-fetch-happen > https-proxy-agent:
14+
patched: '2019-10-04T02:05:06.938Z'
15+
- npm > libnpmorg > npm-registry-fetch > make-fetch-happen > https-proxy-agent:
16+
patched: '2019-10-04T02:05:06.938Z'
17+
- npm > libnpmsearch > npm-registry-fetch > make-fetch-happen > https-proxy-agent:
18+
patched: '2019-10-04T02:05:06.938Z'
19+
- npm > pacote > npm-registry-fetch > make-fetch-happen > https-proxy-agent:
20+
patched: '2019-10-04T02:05:06.938Z'
21+
- npm > npm-profile > npm-registry-fetch > make-fetch-happen > https-proxy-agent:
22+
patched: '2019-10-04T02:05:06.938Z'
23+
- npm > libnpm > npm-registry-fetch > make-fetch-happen > https-proxy-agent:
24+
patched: '2019-10-04T02:05:06.938Z'
25+
- npm > libnpm > pacote > make-fetch-happen > https-proxy-agent:
26+
patched: '2019-10-04T02:05:06.938Z'
27+
- npm > npm-registry-fetch > make-fetch-happen > https-proxy-agent:
28+
patched: '2019-10-04T02:05:06.938Z'
29+
- npm > libnpmteam > npm-registry-fetch > make-fetch-happen > https-proxy-agent:
30+
patched: '2019-10-04T02:05:06.938Z'
31+
- npm > libnpm > libnpmteam > npm-registry-fetch > make-fetch-happen > https-proxy-agent:
32+
patched: '2019-10-04T02:05:06.938Z'
33+
- npm > libnpm > libnpmaccess > npm-registry-fetch > make-fetch-happen > https-proxy-agent:
34+
patched: '2019-10-04T02:05:06.938Z'
35+
- npm > libnpm > npm-profile > npm-registry-fetch > make-fetch-happen > https-proxy-agent:
36+
patched: '2019-10-04T02:05:06.938Z'
37+
- npm > libnpm > libnpmorg > npm-registry-fetch > make-fetch-happ 8000 en > https-proxy-agent:
38+
patched: '2019-10-04T02:05:06.938Z'
39+
- npm > libcipm > pacote > npm-registry-fetch > make-fetch-happen > https-proxy-agent:
40+
patched: '2019-10-04T02:05:06.938Z'
41+
- npm > libnpm > libnpmpublish > npm-registry-fetch > make-fetch-happen > https-proxy-agent:
42+
patched: '2019-10-04T02:05:06.938Z'
43+
- npm > libnpm > pacote > npm-registry-fetch > make-fetch-happen > https-proxy-agent:
44+
patched: '2019-10-04T02:05:06.938Z'
45+
- npm > libnpm > libnpmhook > npm-registry-fetch > make-fetch-happen > https-proxy-agent:
46+
patched: '2019-10-04T02:05:06.938Z'
47+
- npm > libnpm > libnpmsearch > npm-registry-fetch > make-fetch-happen > https-proxy-agent:
48+
patched: '2019-10-04T02:05:06.938Z'

website/package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,17 @@
77
"publish-gh-pages": "docusaurus-publish",
88
"write-translations": "docusaurus-write-translations",
99
"version": "docusaurus-version",
10-
"rename-version": "docusaurus-rename-version"
10+
"rename-version": "docusaurus-rename-version",
11+
"snyk-protect": "snyk protect",
12+
"prepublish": "npm run snyk-protect"
1113
},
1214
"devDependencies": {
1315
"docusaurus": "^1.3.2"
1416
},
1517
"dependencies": {
1618
"i": "^0.3.6",
17-
"npm": "^6.3.0"
18-
}
19+
"npm": "^6.3.0",
20+
"snyk": "^1.230.5"
21+
},
22+
"snyk": true
1923
}

0 commit comments

Comments
 (0)
0