File tree Expand file tree Collapse file tree 4 files changed +1529
-125
lines changed
Expand file tree Collapse file tree 4 files changed +1529
-125
lines changed Original file line number Diff line number Diff line change 1+ # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
2+ version: v1.12.0
3+ # ignores vulnerabilities until expiry date; change duration by modifying expiry date
4+ ignore:
5+ 'npm:braces:20180219':
6+ - http-proxy-middleware > micromatch > braces:
7+ reason: None given
8+ expires: '2018-09-11T01:52:14.022Z'
9+ 'npm:node-forge:20180226':
10+ - node-forge:
11+ reason: None given
12+ expires: '2018-09-11T01:52:14.022Z'
13+ - webid > node-forge:
14+ reason: None given
15+ expires: '2018-09-11T01:52:14.023Z'
16+ 'npm:base64url:20180511':
17+ - rdflib > solid-auth-client > @trust/oidc-rp > base64url:
18+ reason: None given
19+ expires: '2018-09-11T01:52:14.023Z'
20+ - rdflib > solid-auth-client > @trust/oidc-rp > @trust/webcrypto > base64url:
21+ reason: None given
22+ expires: '2018-09-11T01:52:14.023Z'
23+ - oidc-auth-manager > rdflib > solid-auth-client > @trust/oidc-rp > base64url:
24+ reason: None given
25+ expires: '2018-09-11T01:52:14.023Z'
26+ - oidc-auth-manager > rdflib > solid-auth-client > @trust/oidc-rp > @trust/webcrypto > base64url:
27+ reason: None given
28+ expires: '2018-09-11T01:52:14.023Z'
29+ - solid-auth-client@2.1.0 > @trust/oidc-rp@0.4.3 > base64url@2.0.0:
30+ reason: None given
31+ expires: '2018-09-11T01:52:14.023Z'
32+ - solid-auth-client@2.1.0 > @trust/oidc-rp@0.4.3 > @trust/webcrypto@0.4.0 > base64url@2.0.0:
33+ reason: None given
34+ expires: '2018-09-11T01:52:14.023Z'
35+ patch: {}
Original file line number Diff line number Diff line change @@ -14,11 +14,19 @@ addons:
1414before_install :
1515 - npm install -g npm@latest
1616
17+ install :
18+ - npm ci
19+ - snyk test
20+
1721script :
1822 - npm run standard
1923 - npm run sonar
2024 - npm run nyc
2125
22- cache :
23- directories :
24- - node_modules
26+ after_success :
27+ - snyk monitor
28+
29+ notifications :
30+ email :
31+ - solid@janeirodigital.com
32+ - solid-travis@inrupt.com
You can’t perform that action at this time.
0 commit comments