diff --git a/hooks/declarative-subsequent-scans/package.json b/hooks/declarative-subsequent-scans/package.json index 8decdbfa..13cc4b48 100644 --- a/hooks/declarative-subsequent-scans/package.json +++ b/hooks/declarative-subsequent-scans/package.json @@ -1,14 +1,40 @@ { "name": "declarative-subsequent-scans", "version": "1.0.0", - "description": "", + "description": "secureCodeBox v2 Hook to cascade scan in an declarative manner.", + "homepage": "https://www.secureCodeBox.io", + "repository": { + "type": "git", + "url": "git+https://github.com/secureCodeBox/secureCodeBox-v2.git" + }, "main": "hook.js", "scripts": { "build": "npx typescript hook.ts --sourceMap", "test": "jest ." }, - "keywords": [], - "author": "", + "keywords": [ + "secureCodeBox", + "security", + "hook" + ], + "author": { + "name": "iteratec GmbH", + "email": "security@iteratec.com", + "url": "https://www.iteratec.com" + }, + "contributors": [ + { + "name" : "Jannik Hollenbach", + "url" : "https://github.com/J12934" + }, + { + "name" : "Robert Seedorff", + "url" : "https://github.com/rseedorff" + } + ], + "bugs": { + "url": "https://github.com/secureCodeBox/secureCodeBox-v2/issues" + }, "license": "Apache-2.0", "dependencies": { "@kubernetes/client-node": "^0.12.0", diff --git a/hooks/generic-webhook/package.json b/hooks/generic-webhook/package.json index 60ef3404..21abaf9f 100644 --- a/hooks/generic-webhook/package.json +++ b/hooks/generic-webhook/package.json @@ -1,14 +1,40 @@ { "name": "scb-generic-webhook", "version": "1.0.0", - "description": "", + "description": "secureCodeBox v2 Generic WebHook.", + "homepage": "https://www.secureCodeBox.io", + "repository": { + "type": "git", + "url": "git+https://github.com/secureCodeBox/secureCodeBox-v2.git" + }, "main": "hook.js", "scripts": { "test": "jest ." }, - "keywords": [], - "author": "", - "license": "ISC", + "keywords": [ + "secureCodeBox", + "security", + "hook" + ], + "author": { + "name": "iteratec GmbH", + "email": "security@iteratec.com", + "url": "https://www.iteratec.com" + }, + "contributors": [ + { + "name" : "Jannik Hollenbach", + "url" : "https://github.com/J12934" + }, + { + "name" : "Robert Seedorff", + "url" : "https://github.com/rseedorff" + } + ], + "bugs": { + "url": "https://github.com/secureCodeBox/secureCodeBox-v2/issues" + }, + "license": "Apache-2.0", "dependencies": { "axios": "^0.20.0" }, diff --git a/hooks/imperative-subsequent-scans/package.json b/hooks/imperative-subsequent-scans/package.json index ddcc03bb..ce2dd0c6 100644 --- a/hooks/imperative-subsequent-scans/package.json +++ b/hooks/imperative-subsequent-scans/package.json @@ -1,14 +1,40 @@ { "name": "imperative-subsequent-scans", "version": "1.0.0", - "description": "", + "description": "secureCodeBox v2 Hook to cascade scan in an imperative manner.", + "homepage": "https://www.secureCodeBox.io", + "repository": { + "type": "git", + "url": "git+https://github.com/secureCodeBox/secureCodeBox-v2.git" + }, "main": "hook.js", "scripts": { "test": "jest ." }, - "keywords": [], - "author": "", - "license": "ISC", + "keywords": [ + "secureCodeBox", + "security", + "hook" + ], + "author": { + "name": "iteratec GmbH", + "email": "security@iteratec.com", + "url": "https://www.iteratec.com" + }, + "contributors": [ + { + "name" : "Jannik Hollenbach", + "url" : "https://github.com/J12934" + }, + { + "name" : "Robert Seedorff", + "url" : "https://github.com/rseedorff" + } + ], + "bugs": { + "url": "https://github.com/secureCodeBox/secureCodeBox-v2/issues" + }, + "license": "Apache-2.0", "dependencies": { "@kubernetes/client-node": "^0.12.0", "lodash.set": "^4.3.2" diff --git a/hooks/package.json b/hooks/package.json index cb681ce8..6a4a960a 100644 --- a/hooks/package.json +++ b/hooks/package.json @@ -1,7 +1,12 @@ { "name": "securecodebox-hooks", "version": "1.0.0", - "description": "", + "description": "NPM library to easily set up new hooks for the secureCodeBox v2", + "homepage": "https://www.secureCodeBox.io", + "repository": { + "type": "git", + "url": "git+https://github.com/secureCodeBox/secureCodeBox-v2.git" + }, "main": "index.js", "directories": { "example": "example" @@ -9,9 +14,30 @@ "scripts": { "test": "jest" }, - "keywords": [], - "author": "", - "license": "ISC", + "keywords": [ + "secureCodeBox", + "security", + "hooks" + ], + "author": { + "name": "iteratec GmbH", + "email": "security@iteratec.com", + "url": "https://www.iteratec.com" + }, + "contributors": [ + { + "name" : "Jannik Hollenbach", + "url" : "https://github.com/J12934" + }, + { + "name" : "Robert Seedorff", + "url" : "https://github.com/rseedorff" + } + ], + "bugs": { + "url": "https://github.com/secureCodeBox/secureCodeBox-v2/issues" + }, + "license": "Apache-2.0", "devDependencies": { "jest": "^25.1.0" } diff --git a/hooks/persistence-elastic/package.json b/hooks/persistence-elastic/package.json index 68257875..1fe1e7be 100644 --- a/hooks/persistence-elastic/package.json +++ b/hooks/persistence-elastic/package.json @@ -1,14 +1,42 @@ { "name": "persistence-elastic", "version": "1.0.0", - "description": "", - "main": "index.js", + "description": "secureCodeBox v2 Hook to persist results to elasticsearch.", + "homepage": "https://www.secureCodeBox.io", + "repository": { + "type": "git", + "url": "git+https://github.com/secureCodeBox/secureCodeBox-v2.git" + }, + "main": "hook.js", "scripts": { "test": "jest ." }, - "keywords": [], - "author": "", - "license": "ISC", + "keywords": [ + "secureCodeBox", + "security", + "hook", + "elasticsearch", + "persistence" + ], + "author": { + "name": "iteratec GmbH", + "email": "security@iteratec.com", + "url": "https://www.iteratec.com" + }, + "contributors": [ + { + "name" : "Jannik Hollenbach", + "url" : "https://github.com/J12934" + }, + { + "name" : "Robert Seedorff", + "url" : "https://github.com/rseedorff" + } + ], + "bugs": { + "url": "https://github.com/secureCodeBox/secureCodeBox-v2/issues" + }, + "license": "Apache-2.0", "dependencies": { "@elastic/elasticsearch": "^7.9.0", "lodash.chunk": "^4.2.0", diff --git a/hooks/update-field/package.json b/hooks/update-field/package.json index 73ced215..94e65c30 100644 --- a/hooks/update-field/package.json +++ b/hooks/update-field/package.json @@ -1,14 +1,40 @@ { "name": "scb-update-field", "version": "1.0.0", - "description": "", + "description": "secureCodeBox v2 Update Field Hook", + "homepage": "https://www.secureCodeBox.io", + "repository": { + "type": "git", + "url": "git+https://github.com/secureCodeBox/secureCodeBox-v2.git" + }, "main": "hook.js", "scripts": { "test": "jest ." }, - "keywords": [], - "author": "", - "license": "ISC", + "keywords": [ + "secureCodeBox", + "security", + "scanner" + ], + "author": { + "name": "iteratec GmbH", + "email": "security@iteratec.com", + "url": "https://www.iteratec.com" + }, + "contributors": [ + { + "name" : "Jannik Hollenbach", + "url" : "https://github.com/J12934" + }, + { + "name" : "Robert Seedorff", + "url" : "https://github.com/rseedorff" + } + ], + "bugs": { + "url": "https://github.com/secureCodeBox/secureCodeBox-v2/issues" + }, + "license": "Apache-2.0", "dependencies": { "lodash.set": "^4.3.2" }, diff --git a/package.json b/package.json index afa424a5..e8abf5b9 100644 --- a/package.json +++ b/package.json @@ -2,22 +2,39 @@ "name": "securecodebox", "version": "1.0.0", "description": "", + "homepage": "https://github.com/secureCodeBox/secureCodeBox-v2#readme", + "repository": { + "type": "git", + "url": "git+https://github.com/secureCodeBox/secureCodeBox-v2.git" + }, "main": "index.js", "scripts": { "test": "jest", "lint": "eslint **/*.js" }, - "repository": { - "type": "git", - "url": "git+https://github.com/secureCodeBox/secureCodeBox-v2.git" + "keywords": [ + "secureCodeBox", + "security" + ], + "author": { + "name": "iteratec GmbH", + "email": "security@iteratec.com", + "url": "https://www.iteratec.com" }, - "keywords": [], - "author": "", - "license": "ISC", + "contributors": [ + { + "name" : "Jannik Hollenbach", + "url" : "https://github.com/J12934" + }, + { + "name" : "Robert Seedorff", + "url" : "https://github.com/rseedorff" + } + ], "bugs": { "url": "https://github.com/secureCodeBox/secureCodeBox-v2/issues" }, - "homepage": "https://github.com/secureCodeBox/secureCodeBox-v2#readme", + "license": "Apache-2.0", "devDependencies": { "eslint": "^6.8.0", "eslint-config-oclif": "^3.1.0", diff --git a/scanners/package.json b/scanners/package.json index e5d640a4..557c39d1 100644 --- a/scanners/package.json +++ b/scanners/package.json @@ -1,17 +1,40 @@ { "name": "securecodebox-scanner", "version": "1.0.0", - "description": "", - "main": "index.js", - "directories": { - "example": "example" + "description": "NPM library to easily set up new scanners for the secureCodeBox v2", + "homepage": "https://www.secureCodeBox.io", + "repository": { + "type": "git", + "url": "git+https://github.com/secureCodeBox/secureCodeBox-v2.git" }, + "main": "index.js", "scripts": { "test": "jest" }, - "keywords": [], - "author": "", - "license": "ISC", + "keywords": [ + "secureCodeBox", + "security", + "scanner" + ], + "author": { + "name": "iteratec GmbH", + "email": "security@iteratec.com", + "url": "https://www.iteratec.com" + }, + "contributors": [ + { + "name" : "Jannik Hollenbach", + "url" : "https://github.com/J12934" + }, + { + "name" : "Robert Seedorff", + "url" : "https://github.com/rseedorff" + } + ], + "bugs": { + "url": "https://github.com/secureCodeBox/secureCodeBox-v2/issues" + }, + "license": "Apache-2.0", "devDependencies": { "jest": "^25.5.4" }