mirror of
https://github.com/strapi/strapi.git
synced 2025-07-25 18:05:07 +00:00
Merge pull request #11721 from strapi/chore/remove-snyk-files
Remove snyk files. We switched to their github integration instead
This commit is contained in:
commit
365c8e45d6
4
.snyk
4
.snyk
@ -1,4 +0,0 @@
|
||||
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
|
||||
version: v1.12.0
|
||||
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
|
||||
patch: {}
|
@ -125,7 +125,6 @@ The administration panel will be available at http://localhost:4000/admin
|
||||
- `yarn test:clean` removes the coverage.
|
||||
- `yarn test:front` runs the front-end related tests.
|
||||
- `yarn test:front:watch` runs an interactive test watcher for the front-end.
|
||||
- `yarn test:snyk` checks the dependencies vulnerabilities.
|
||||
- `yarn test:unit` runs the back-end unit tests.
|
||||
- `yarn test:e2e` runs an end-to-end test suite.
|
||||
- `yarn test:generate-app` generates a test application.
|
||||
|
@ -48,7 +48,6 @@
|
||||
"test:front:ce": "npm run test:clean && cross-env NODE_ENV=test IS_EE=false jest --config ./jest.config.front.js --coverage",
|
||||
"test:front:watch:ce": "cross-env NODE_ENV=test IS_EE=false jest --config ./jest.config.front.js --watchAll",
|
||||
"test:front:update:ce": "cross-env NODE_ENV=test IS_EE=false jest --config ./jest.config.front.js --u",
|
||||
"test:snyk": "snyk test",
|
||||
"test:unit": "jest --verbose",
|
||||
"test:e2e": "FORCE_COLOR=true jest --config jest.config.e2e.js --verbose --runInBand --testRunner=jest-circus/runner --forceExit --detectOpenHandles",
|
||||
"test:generate-app": "node test/create-test-app.js",
|
||||
@ -116,7 +115,6 @@
|
||||
"request": "2.87.0",
|
||||
"request-promise-native": "1.0.9",
|
||||
"rimraf": "3.0.2",
|
||||
"snyk": "1.566.0",
|
||||
"stylelint": "13.13.1",
|
||||
"stylelint-config-recommended": "3.0.0",
|
||||
"stylelint-config-styled-components": "0.1.1",
|
||||
|
@ -10,14 +10,12 @@ Icon
|
||||
.Trashes
|
||||
._*
|
||||
|
||||
|
||||
############################
|
||||
# Linux
|
||||
############################
|
||||
|
||||
*~
|
||||
|
||||
|
||||
############################
|
||||
# Windows
|
||||
############################
|
||||
@ -31,7 +29,6 @@ $RECYCLE.BIN/
|
||||
*.msm
|
||||
*.msp
|
||||
|
||||
|
||||
############################
|
||||
# Packages
|
||||
############################
|
||||
@ -60,7 +57,6 @@ $RECYCLE.BIN/
|
||||
*.out
|
||||
*.pid
|
||||
|
||||
|
||||
############################
|
||||
# Logs and databases
|
||||
############################
|
||||
@ -68,7 +64,6 @@ $RECYCLE.BIN/
|
||||
*.log
|
||||
*.sql
|
||||
|
||||
|
||||
############################
|
||||
# Misc.
|
||||
############################
|
||||
@ -80,7 +75,6 @@ ssl
|
||||
.idea
|
||||
nbproject
|
||||
|
||||
|
||||
############################
|
||||
# Node.js
|
||||
############################
|
||||
@ -92,8 +86,6 @@ logs
|
||||
results
|
||||
node_modules
|
||||
.node_history
|
||||
.snyk
|
||||
|
||||
|
||||
############################
|
||||
# Tests
|
||||
|
@ -1,9 +0,0 @@
|
||||
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
|
||||
version: v1.12.0
|
||||
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
|
||||
ignore:
|
||||
shelljs:
|
||||
- '*':
|
||||
reason: testing
|
||||
expires: 2019-01-04T14:35:17.133Z
|
||||
patch: {}
|
@ -10,14 +10,12 @@ Icon
|
||||
.Trashes
|
||||
._*
|
||||
|
||||
|
||||
############################
|
||||
# Linux
|
||||
############################
|
||||
|
||||
*~
|
||||
|
||||
|
||||
############################
|
||||
# Windows
|
||||
############################
|
||||
@ -31,7 +29,6 @@ $RECYCLE.BIN/
|
||||
*.msm
|
||||
*.msp
|
||||
|
||||
|
||||
############################
|
||||
# Packages
|
||||
############################
|
||||
@ -60,7 +57,6 @@ $RECYCLE.BIN/
|
||||
*.out
|
||||
*.pid
|
||||
|
||||
|
||||
############################
|
||||
# Logs and databases
|
||||
############################
|
||||
@ -68,7 +64,6 @@ $RECYCLE.BIN/
|
||||
*.log
|
||||
*.sql
|
||||
|
||||
|
||||
############################
|
||||
# Misc.
|
||||
############################
|
||||
@ -80,7 +75,6 @@ ssl
|
||||
.idea
|
||||
nbproject
|
||||
|
||||
|
||||
############################
|
||||
# Node.js
|
||||
############################
|
||||
@ -92,9 +86,6 @@ logs
|
||||
results
|
||||
node_modules
|
||||
.node_history
|
||||
.snyk
|
||||
|
||||
|
||||
|
||||
############################
|
||||
# Tests
|
||||
|
@ -1,9 +0,0 @@
|
||||
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
|
||||
version: v1.12.0
|
||||
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
|
||||
ignore:
|
||||
shelljs:
|
||||
- '*':
|
||||
reason: testing
|
||||
expires: 2019-01-04T14:37:14.459Z
|
||||
patch: {}
|
@ -10,14 +10,12 @@ Icon
|
||||
.Trashes
|
||||
._*
|
||||
|
||||
|
||||
############################
|
||||
# Linux
|
||||
############################
|
||||
|
||||
*~
|
||||
|
||||
|
||||
############################
|
||||
# Windows
|
||||
############################
|
||||
@ -31,7 +29,6 @@ $RECYCLE.BIN/
|
||||
*.msm
|
||||
*.msp
|
||||
|
||||
|
||||
############################
|
||||
# Packages
|
||||
############################
|
||||
@ -60,7 +57,6 @@ $RECYCLE.BIN/
|
||||
*.out
|
||||
*.pid
|
||||
|
||||
|
||||
############################
|
||||
# Logs and databases
|
||||
############################
|
||||
@ -68,7 +64,6 @@ $RECYCLE.BIN/
|
||||
*.log
|
||||
*.sql
|
||||
|
||||
|
||||
############################
|
||||
# Misc.
|
||||
############################
|
||||
@ -80,7 +75,6 @@ ssl
|
||||
.idea
|
||||
nbproject
|
||||
|
||||
|
||||
############################
|
||||
# Node.js
|
||||
############################
|
||||
@ -92,9 +86,6 @@ logs
|
||||
results
|
||||
node_modules
|
||||
.node_history
|
||||
.snyk
|
||||
|
||||
|
||||
|
||||
############################
|
||||
# Tests
|
||||
|
@ -1,9 +0,0 @@
|
||||
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
|
||||
version: v1.12.0
|
||||
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
|
||||
ignore:
|
||||
shelljs:
|
||||
- '*':
|
||||
reason: testing
|
||||
expires: 2019-01-04T14:37:23.290Z
|
||||
patch: {}
|
@ -10,14 +10,12 @@ Icon
|
||||
.Trashes
|
||||
._*
|
||||
|
||||
|
||||
############################
|
||||
# Linux
|
||||
############################
|
||||
|
||||
*~
|
||||
|
||||
|
||||
############################
|
||||
# Windows
|
||||
############################
|
||||
@ -31,7 +29,6 @@ $RECYCLE.BIN/
|
||||
*.msm
|
||||
*.msp
|
||||
|
||||
|
||||
############################
|
||||
# Packages
|
||||
############################
|
||||
@ -60,7 +57,6 @@ $RECYCLE.BIN/
|
||||
*.out
|
||||
*.pid
|
||||
|
||||
|
||||
############################
|
||||
# Logs and databases
|
||||
############################
|
||||
@ -68,7 +64,6 @@ $RECYCLE.BIN/
|
||||
*.log
|
||||
*.sql
|
||||
|
||||
|
||||
############################
|
||||
# Misc.
|
||||
############################
|
||||
@ -80,7 +75,6 @@ ssl
|
||||
.idea
|
||||
nbproject
|
||||
|
||||
|
||||
############################
|
||||
# Node.js
|
||||
############################
|
||||
@ -92,9 +86,6 @@ logs
|
||||
results
|
||||
node_modules
|
||||
.node_history
|
||||
.snyk
|
||||
|
||||
|
||||
|
||||
############################
|
||||
# Tests
|
||||
|
@ -1,9 +0,0 @@
|
||||
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
|
||||
version: v1.12.0
|
||||
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
|
||||
ignore:
|
||||
shelljs:
|
||||
- '*':
|
||||
reason: testing
|
||||
expires: 2019-01-04T14:37:31.383Z
|
||||
patch: {}
|
@ -1,5 +0,0 @@
|
||||
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
|
||||
version: v1.12.0
|
||||
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
|
||||
|
||||
patch: {}
|
@ -10,14 +10,12 @@ Icon
|
||||
.Trashes
|
||||
._*
|
||||
|
||||
|
||||
############################
|
||||
# Linux
|
||||
############################
|
||||
|
||||
*~
|
||||
|
||||
|
||||
############################
|
||||
# Windows
|
||||
############################
|
||||
@ -31,7 +29,6 @@ $RECYCLE.BIN/
|
||||
*.msm
|
||||
*.msp
|
||||
|
||||
|
||||
############################
|
||||
# Packages
|
||||
############################
|
||||
@ -60,7 +57,6 @@ $RECYCLE.BIN/
|
||||
*.out
|
||||
*.pid
|
||||
|
||||
|
||||
############################
|
||||
# Logs and databases
|
||||
############################
|
||||
@ -70,7 +66,6 @@ $RECYCLE.BIN/
|
||||
*.sql
|
||||
*.sqlite
|
||||
|
||||
|
||||
############################
|
||||
# Misc.
|
||||
############################
|
||||
@ -80,7 +75,6 @@ $RECYCLE.BIN/
|
||||
.idea
|
||||
nbproject
|
||||
|
||||
|
||||
############################
|
||||
# Node.js
|
||||
############################
|
||||
@ -93,9 +87,6 @@ results
|
||||
build
|
||||
node_modules
|
||||
.node_history
|
||||
.snyk
|
||||
|
||||
|
||||
|
||||
############################
|
||||
# Tests
|
||||
|
@ -1,13 +0,0 @@
|
||||
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
|
||||
version: v1.12.0
|
||||
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
|
||||
ignore:
|
||||
shelljs:
|
||||
- '*':
|
||||
reason: testing
|
||||
expires: 2019-01-04T14:35:06.536Z
|
||||
koa-body:
|
||||
- '*':
|
||||
reason: Temporarily ignore
|
||||
expires: 2019-01-04T16:46:20.156Z
|
||||
patch: {}
|
@ -10,14 +10,12 @@ Icon
|
||||
.Trashes
|
||||
._*
|
||||
|
||||
|
||||
############################
|
||||
# Linux
|
||||
############################
|
||||
|
||||
*~
|
||||
|
||||
|
||||
############################
|
||||
# Windows
|
||||
############################
|
||||
@ -31,7 +29,6 @@ $RECYCLE.BIN/
|
||||
*.msm
|
||||
*.msp
|
||||
|
||||
|
||||
############################
|
||||
# Packages
|
||||
############################
|
||||
@ -60,7 +57,6 @@ $RECYCLE.BIN/
|
||||
*.out
|
||||
*.pid
|
||||
|
||||
|
||||
############################
|
||||
# Logs and databases
|
||||
############################
|
||||
@ -68,7 +64,6 @@ $RECYCLE.BIN/
|
||||
*.log
|
||||
*.sql
|
||||
|
||||
|
||||
############################
|
||||
# Misc.
|
||||
############################
|
||||
@ -80,7 +75,6 @@ ssl
|
||||
.idea
|
||||
nbproject
|
||||
|
||||
|
||||
############################
|
||||
# Node.js
|
||||
############################
|
||||
@ -92,9 +86,6 @@ logs
|
||||
results
|
||||
node_modules
|
||||
.node_history
|
||||
.snyk
|
||||
|
||||
|
||||
|
||||
############################
|
||||
# Tests
|
||||
|
@ -1,9 +0,0 @@
|
||||
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
|
||||
version: v1.12.0
|
||||
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
|
||||
ignore:
|
||||
shelljs:
|
||||
- '*':
|
||||
reason: testing
|
||||
expires: 2019-01-04T14:37:50.220Z
|
||||
patch: {}
|
@ -10,14 +10,12 @@ Icon
|
||||
.Trashes
|
||||
._*
|
||||
|
||||
|
||||
############################
|
||||
# Linux
|
||||
############################
|
||||
|
||||
*~
|
||||
|
||||
|
||||
############################
|
||||
# Windows
|
||||
############################
|
||||
@ -31,7 +29,6 @@ $RECYCLE.BIN/
|
||||
*.msm
|
||||
*.msp
|
||||
|
||||
|
||||
############################
|
||||
# Packages
|
||||
############################
|
||||
@ -60,7 +57,6 @@ $RECYCLE.BIN/
|
||||
*.out
|
||||
*.pid
|
||||
|
||||
|
||||
############################
|
||||
# Logs and databases
|
||||
############################
|
||||
@ -70,7 +66,6 @@ $RECYCLE.BIN/
|
||||
*.sql
|
||||
*.sqlite
|
||||
|
||||
|
||||
############################
|
||||
# Misc.
|
||||
############################
|
||||
@ -80,7 +75,6 @@ $RECYCLE.BIN/
|
||||
.idea
|
||||
nbproject
|
||||
|
||||
|
||||
############################
|
||||
# Node.js
|
||||
############################
|
||||
@ -93,9 +87,6 @@ results
|
||||
build
|
||||
node_modules
|
||||
.node_history
|
||||
.snyk
|
||||
|
||||
|
||||
|
||||
############################
|
||||
# Tests
|
||||
|
@ -1,9 +0,0 @@
|
||||
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
|
||||
version: v1.12.0
|
||||
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
|
||||
ignore:
|
||||
shelljs:
|
||||
- '*':
|
||||
reason: testing
|
||||
expires: 2019-01-04T14:38:18.270Z
|
||||
patch: {}
|
@ -10,14 +10,12 @@ Icon
|
||||
.Trashes
|
||||
._*
|
||||
|
||||
|
||||
############################
|
||||
# Linux
|
||||
############################
|
||||
|
||||
*~
|
||||
|
||||
|
||||
############################
|
||||
# Windows
|
||||
############################
|
||||
@ -31,7 +29,6 @@ $RECYCLE.BIN/
|
||||
*.msm
|
||||
*.msp
|
||||
|
||||
|
||||
############################
|
||||
# Packages
|
||||
############################
|
||||
@ -60,7 +57,6 @@ $RECYCLE.BIN/
|
||||
*.out
|
||||
*.pid
|
||||
|
||||
|
||||
############################
|
||||
# Logs and databases
|
||||
############################
|
||||
@ -68,7 +64,6 @@ $RECYCLE.BIN/
|
||||
*.log
|
||||
*.sql
|
||||
|
||||
|
||||
############################
|
||||
# Misc.
|
||||
############################
|
||||
@ -79,7 +74,6 @@ ssl
|
||||
.idea
|
||||
nbproject
|
||||
|
||||
|
||||
############################
|
||||
# Node.js
|
||||
############################
|
||||
@ -92,9 +86,6 @@ results
|
||||
build
|
||||
node_modules
|
||||
.node_history
|
||||
.snyk
|
||||
|
||||
|
||||
|
||||
############################
|
||||
# Tests
|
||||
|
@ -1,9 +0,0 @@
|
||||
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
|
||||
version: v1.12.0
|
||||
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
|
||||
ignore:
|
||||
shelljs:
|
||||
- '*':
|
||||
reason: testing
|
||||
expires: 2019-01-04T14:36:04.222Z
|
||||
patch: {}
|
@ -10,14 +10,12 @@ Icon
|
||||
.Trashes
|
||||
._*
|
||||
|
||||
|
||||
############################
|
||||
# Linux
|
||||
############################
|
||||
|
||||
*~
|
||||
|
||||
|
||||
############################
|
||||
# Windows
|
||||
############################
|
||||
@ -31,7 +29,6 @@ $RECYCLE.BIN/
|
||||
*.msm
|
||||
*.msp
|
||||
|
||||
|
||||
############################
|
||||
# Packages
|
||||
############################
|
||||
@ -60,7 +57,6 @@ $RECYCLE.BIN/
|
||||
*.out
|
||||
*.pid
|
||||
|
||||
|
||||
############################
|
||||
# Logs and databases
|
||||
############################
|
||||
@ -68,7 +64,6 @@ $RECYCLE.BIN/
|
||||
*.log
|
||||
*.sql
|
||||
|
||||
|
||||
############################
|
||||
# Misc.
|
||||
############################
|
||||
@ -80,7 +75,6 @@ ssl
|
||||
.idea
|
||||
nbproject
|
||||
|
||||
|
||||
############################
|
||||
# Node.js
|
||||
############################
|
||||
@ -92,9 +86,6 @@ logs
|
||||
results
|
||||
node_modules
|
||||
.node_history
|
||||
.snyk
|
||||
|
||||
|
||||
|
||||
############################
|
||||
# Tests
|
||||
|
@ -1,17 +0,0 @@
|
||||
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
|
||||
version: v1.12.0
|
||||
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
|
||||
ignore:
|
||||
shelljs:
|
||||
- '*':
|
||||
reason: testing
|
||||
expires: 2019-01-04T14:37:34.495Z
|
||||
qs:
|
||||
- '*':
|
||||
reason: Temporarily ignore
|
||||
expires: 2019-01-31T00:00:00.000Z
|
||||
apollo-server-koa@2.2.6:
|
||||
- '*':
|
||||
reason: Temporarily ignore
|
||||
expires: 2019-01-04T16:34:24.069Z
|
||||
patch: {}
|
@ -10,14 +10,12 @@ Icon
|
||||
.Trashes
|
||||
._*
|
||||
|
||||
|
||||
############################
|
||||
# Linux
|
||||
############################
|
||||
|
||||
*~
|
||||
|
||||
|
||||
############################
|
||||
# Windows
|
||||
############################
|
||||
@ -31,7 +29,6 @@ $RECYCLE.BIN/
|
||||
*.msm
|
||||
*.msp
|
||||
|
||||
|
||||
############################
|
||||
# Packages
|
||||
############################
|
||||
@ -60,7 +57,6 @@ $RECYCLE.BIN/
|
||||
*.out
|
||||
*.pid
|
||||
|
||||
|
||||
############################
|
||||
# Logs and databases
|
||||
############################
|
||||
@ -68,7 +64,6 @@ $RECYCLE.BIN/
|
||||
*.log
|
||||
*.sql
|
||||
|
||||
|
||||
############################
|
||||
# Misc.
|
||||
############################
|
||||
@ -80,7 +75,6 @@ ssl
|
||||
.idea
|
||||
nbproject
|
||||
|
||||
|
||||
############################
|
||||
# Node.js
|
||||
############################
|
||||
@ -92,9 +86,6 @@ logs
|
||||
results
|
||||
node_modules
|
||||
.node_history
|
||||
.snyk
|
||||
|
||||
|
||||
|
||||
############################
|
||||
# Tests
|
||||
|
@ -1,17 +0,0 @@
|
||||
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
|
||||
version: v1.12.0
|
||||
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
|
||||
ignore:
|
||||
shelljs:
|
||||
- '*':
|
||||
reason: testing
|
||||
expires: 2019-01-04T14:37:58.353Z
|
||||
qs:
|
||||
- '*':
|
||||
reason: Temporarily ignore
|
||||
expires: 2019-01-31T00:00:00.000Z
|
||||
purest:
|
||||
- '*':
|
||||
reason: Temporarily ignore
|
||||
expires: 2019-01-31T00:00:00.000Z
|
||||
patch: {}
|
@ -10,14 +10,12 @@ Icon
|
||||
.Trashes
|
||||
._*
|
||||
|
||||
|
||||
############################
|
||||
# Linux
|
||||
############################
|
||||
|
||||
*~
|
||||
|
||||
|
||||
############################
|
||||
# Windows
|
||||
############################
|
||||
@ -31,7 +29,6 @@ $RECYCLE.BIN/
|
||||
*.msm
|
||||
*.msp
|
||||
|
||||
|
||||
############################
|
||||
# Packages
|
||||
############################
|
||||
@ -60,7 +57,6 @@ $RECYCLE.BIN/
|
||||
*.out
|
||||
*.pid
|
||||
|
||||
|
||||
############################
|
||||
# Logs and databases
|
||||
############################
|
||||
@ -70,7 +66,6 @@ $RECYCLE.BIN/
|
||||
*.sql
|
||||
*.sqlite
|
||||
|
||||
|
||||
############################
|
||||
# Misc.
|
||||
############################
|
||||
@ -82,7 +77,6 @@ ssl
|
||||
.idea
|
||||
nbproject
|
||||
|
||||
|
||||
############################
|
||||
# Node.js
|
||||
############################
|
||||
@ -95,9 +89,6 @@ results
|
||||
build
|
||||
node_modules
|
||||
.node_history
|
||||
.snyk
|
||||
|
||||
|
||||
|
||||
############################
|
||||
# Tests
|
||||
|
@ -1,9 +0,0 @@
|
||||
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
|
||||
version: v1.12.0
|
||||
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
|
||||
ignore:
|
||||
shelljs:
|
||||
- '*':
|
||||
reason: testing
|
||||
expires: 2019-01-04T14:38:00.833Z
|
||||
patch: {}
|
@ -10,14 +10,12 @@ Icon
|
||||
.Trashes
|
||||
._*
|
||||
|
||||
|
||||
############################
|
||||
# Linux
|
||||
############################
|
||||
|
||||
*~
|
||||
|
||||
|
||||
############################
|
||||
# Windows
|
||||
############################
|
||||
@ -31,7 +29,6 @@ $RECYCLE.BIN/
|
||||
*.msm
|
||||
*.msp
|
||||
|
||||
|
||||
############################
|
||||
# Packages
|
||||
############################
|
||||
@ -60,7 +57,6 @@ $RECYCLE.BIN/
|
||||
*.out
|
||||
*.pid
|
||||
|
||||
|
||||
############################
|
||||
# Logs and databases
|
||||
############################
|
||||
@ -70,7 +66,6 @@ $RECYCLE.BIN/
|
||||
*.sql
|
||||
*.sqlite
|
||||
|
||||
|
||||
############################
|
||||
# Misc.
|
||||
############################
|
||||
@ -82,7 +77,6 @@ ssl
|
||||
.idea
|
||||
nbproject
|
||||
|
||||
|
||||
############################
|
||||
# Node.js
|
||||
############################
|
||||
@ -95,9 +89,6 @@ results
|
||||
build
|
||||
node_modules
|
||||
.node_history
|
||||
.snyk
|
||||
|
||||
|
||||
|
||||
############################
|
||||
# Tests
|
||||
|
@ -1,9 +0,0 @@
|
||||
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
|
||||
version: v1.12.0
|
||||
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
|
||||
ignore:
|
||||
shelljs:
|
||||
- '*':
|
||||
reason: testing
|
||||
expires: 2019-01-04T14:38:03.075Z
|
||||
patch: {}
|
@ -10,14 +10,12 @@ Icon
|
||||
.Trashes
|
||||
._*
|
||||
|
||||
|
||||
############################
|
||||
# Linux
|
||||
############################
|
||||
|
||||
*~
|
||||
|
||||
|
||||
############################
|
||||
# Windows
|
||||
############################
|
||||
@ -31,7 +29,6 @@ $RECYCLE.BIN/
|
||||
*.msm
|
||||
*.msp
|
||||
|
||||
|
||||
############################
|
||||
# Packages
|
||||
############################
|
||||
@ -60,7 +57,6 @@ $RECYCLE.BIN/
|
||||
*.out
|
||||
*.pid
|
||||
|
||||
|
||||
############################
|
||||
# Logs and databases
|
||||
############################
|
||||
@ -70,7 +66,6 @@ $RECYCLE.BIN/
|
||||
*.sql
|
||||
*.sqlite
|
||||
|
||||
|
||||
############################
|
||||
# Misc.
|
||||
############################
|
||||
@ -82,7 +77,6 @@ ssl
|
||||
.idea
|
||||
nbproject
|
||||
|
||||
|
||||
############################
|
||||
# Node.js
|
||||
############################
|
||||
@ -95,9 +89,6 @@ results
|
||||
build
|
||||
node_modules
|
||||
.node_history
|
||||
.snyk
|
||||
|
||||
|
||||
|
||||
############################
|
||||
# Tests
|
||||
|
@ -1,9 +0,0 @@
|
||||
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
|
||||
version: v1.12.0
|
||||
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
|
||||
ignore:
|
||||
shelljs:
|
||||
- '*':
|
||||
reason: testing
|
||||
expires: 2019-01-04T14:38:05.425Z
|
||||
patch: {}
|
@ -10,14 +10,12 @@ Icon
|
||||
.Trashes
|
||||
._*
|
||||
|
||||
|
||||
############################
|
||||
# Linux
|
||||
############################
|
||||
|
||||
*~
|
||||
|
||||
|
||||
############################
|
||||
# Windows
|
||||
############################
|
||||
@ -31,7 +29,6 @@ $RECYCLE.BIN/
|
||||
*.msm
|
||||
*.msp
|
||||
|
||||
|
||||
############################
|
||||
# Packages
|
||||
############################
|
||||
@ -60,7 +57,6 @@ $RECYCLE.BIN/
|
||||
*.out
|
||||
*.pid
|
||||
|
||||
|
||||
############################
|
||||
# Logs and databases
|
||||
############################
|
||||
@ -70,7 +66,6 @@ $RECYCLE.BIN/
|
||||
*.sql
|
||||
*.sqlite
|
||||
|
||||
|
||||
############################
|
||||
# Misc.
|
||||
############################
|
||||
@ -82,7 +77,6 @@ ssl
|
||||
.idea
|
||||
nbproject
|
||||
|
||||
|
||||
############################
|
||||
# Node.js
|
||||
############################
|
||||
@ -95,9 +89,6 @@ results
|
||||
build
|
||||
node_modules
|
||||
.node_history
|
||||
.snyk
|
||||
|
||||
|
||||
|
||||
############################
|
||||
# Tests
|
||||
|
@ -1,9 +0,0 @@
|
||||
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
|
||||
version: v1.12.0
|
||||
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
|
||||
ignore:
|
||||
shelljs:
|
||||
- '*':
|
||||
reason: testing
|
||||
expires: 2019-01-04T14:38:07.540Z
|
||||
patch: {}
|
@ -10,14 +10,12 @@ Icon
|
||||
.Trashes
|
||||
._*
|
||||
|
||||
|
||||
############################
|
||||
# Linux
|
||||
############################
|
||||
|
||||
*~
|
||||
|
||||
|
||||
############################
|
||||
# Windows
|
||||
############################
|
||||
@ -31,7 +29,6 @@ $RECYCLE.BIN/
|
||||
*.msm
|
||||
*.msp
|
||||
|
||||
|
||||
############################
|
||||
# Packages
|
||||
############################
|
||||
@ -60,7 +57,6 @@ $RECYCLE.BIN/
|
||||
*.out
|
||||
*.pid
|
||||
|
||||
|
||||
############################
|
||||
# Logs and databases
|
||||
############################
|
||||
@ -70,7 +66,6 @@ $RECYCLE.BIN/
|
||||
*.sql
|
||||
*.sqlite
|
||||
|
||||
|
||||
############################
|
||||
# Misc.
|
||||
############################
|
||||
@ -82,7 +77,6 @@ ssl
|
||||
.idea
|
||||
nbproject
|
||||
|
||||
|
||||
############################
|
||||
# Node.js
|
||||
############################
|
||||
@ -95,9 +89,6 @@ results
|
||||
build
|
||||
node_modules
|
||||
.node_history
|
||||
.snyk
|
||||
|
||||
|
||||
|
||||
############################
|
||||
# Tests
|
||||
|
@ -10,14 +10,12 @@ Icon
|
||||
.Trashes
|
||||
._*
|
||||
|
||||
|
||||
############################
|
||||
# Linux
|
||||
############################
|
||||
|
||||
*~
|
||||
|
||||
|
||||
############################
|
||||
# Windows
|
||||
############################
|
||||
@ -31,7 +29,6 @@ $RECYCLE.BIN/
|
||||
*.msm
|
||||
*.msp
|
||||
|
||||
|
||||
############################
|
||||
# Packages
|
||||
############################
|
||||
@ -60,7 +57,6 @@ $RECYCLE.BIN/
|
||||
*.out
|
||||
*.pid
|
||||
|
||||
|
||||
############################
|
||||
# Logs and databases
|
||||
############################
|
||||
@ -70,7 +66,6 @@ $RECYCLE.BIN/
|
||||
*.sql
|
||||
*.sqlite
|
||||
|
||||
|
||||
############################
|
||||
# Misc.
|
||||
############################
|
||||
@ -82,7 +77,6 @@ ssl
|
||||
.idea
|
||||
nbproject
|
||||
|
||||
|
||||
############################
|
||||
# Node.js
|
||||
############################
|
||||
@ -95,9 +89,6 @@ results
|
||||
build
|
||||
node_modules
|
||||
.node_history
|
||||
.snyk
|
||||
|
||||
|
||||
|
||||
############################
|
||||
# Tests
|
||||
|
@ -10,14 +10,12 @@ Icon
|
||||
.Trashes
|
||||
._*
|
||||
|
||||
|
||||
############################
|
||||
# Linux
|
||||
############################
|
||||
|
||||
*~
|
||||
|
||||
|
||||
############################
|
||||
# Windows
|
||||
############################
|
||||
@ -31,7 +29,6 @@ $RECYCLE.BIN/
|
||||
*.msm
|
||||
*.msp
|
||||
|
||||
|
||||
############################
|
||||
# Packages
|
||||
############################
|
||||
@ -60,7 +57,6 @@ $RECYCLE.BIN/
|
||||
*.out
|
||||
*.pid
|
||||
|
||||
|
||||
############################
|
||||
# Logs and databases
|
||||
############################
|
||||
@ -70,7 +66,6 @@ $RECYCLE.BIN/
|
||||
*.sql
|
||||
*.sqlite
|
||||
|
||||
|
||||
############################
|
||||
# Misc.
|
||||
############################
|
||||
@ -82,7 +77,6 @@ ssl
|
||||
.idea
|
||||
nbproject
|
||||
|
||||
|
||||
############################
|
||||
# Node.js
|
||||
############################
|
||||
@ -95,9 +89,6 @@ results
|
||||
build
|
||||
node_modules
|
||||
.node_history
|
||||
.snyk
|
||||
|
||||
|
||||
|
||||
############################
|
||||
# Tests
|
||||
|
@ -10,14 +10,12 @@ Icon
|
||||
.Trashes
|
||||
._*
|
||||
|
||||
|
||||
############################
|
||||
# Linux
|
||||
############################
|
||||
|
||||
*~
|
||||
|
||||
|
||||
############################
|
||||
# Windows
|
||||
############################
|
||||
@ -31,7 +29,6 @@ $RECYCLE.BIN/
|
||||
*.msm
|
||||
*.msp
|
||||
|
||||
|
||||
############################
|
||||
# Packages
|
||||
############################
|
||||
@ -60,7 +57,6 @@ $RECYCLE.BIN/
|
||||
*.out
|
||||
*.pid
|
||||
|
||||
|
||||
############################
|
||||
# Logs and databases
|
||||
############################
|
||||
@ -70,7 +66,6 @@ $RECYCLE.BIN/
|
||||
*.sql
|
||||
*.sqlite
|
||||
|
||||
|
||||
############################
|
||||
# Misc.
|
||||
############################
|
||||
@ -82,7 +77,6 @@ ssl
|
||||
.idea
|
||||
nbproject
|
||||
|
||||
|
||||
############################
|
||||
# Node.js
|
||||
############################
|
||||
@ -95,9 +89,6 @@ results
|
||||
build
|
||||
node_modules
|
||||
.node_history
|
||||
.snyk
|
||||
|
||||
|
||||
|
||||
############################
|
||||
# Tests
|
||||
|
Loading…
x
Reference in New Issue
Block a user