Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit 3ceec9f

Browse files
committed
Added correct licence informations to the npm package files.
1 parent 3409dba commit 3ceec9f

File tree

8 files changed

+236
-38
lines changed

8 files changed

+236
-38
lines changed

hooks/declarative-subsequent-scans/package.json

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,40 @@
11
{
22
"name": "declarative-subsequent-scans",
33
"version": "1.0.0",
4-
"description": "",
4+
"description": "secureCodeBox v2 Hook to cascade scan in an declarative manner.",
5+
"homepage": "https://www.secureCodeBox.io",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/secureCodeBox/secureCodeBox-v2.git"
9+
},
510
"main": "hook.js",
611
"scripts": {
712
"build": "npx typescript hook.ts --sourceMap",
813
"test": "jest ."
914
},
10-
"keywords": [],
11-
"author": "",
15+
"keywords": [
16+
"secureCodeBox",
17+
"security",
18+
"hook"
19+
],
20+
"author": {
21+
"name": "iteratec GmbH",
22+
"email": "security@iteratec.com",
23+
"url": "https://www.iteratec.com"
24+
},
25+
"contributors": [
26+
{
27+
"name" : "Jannik Hollenbach",
28+
"url" : "https://github.com/J12934"
29+
},
30+
{
31+
"name" : "Robert Seedorff",
32+
"url" : "https://github.com/rseedorff"
33+
}
34+
],
35+
"bugs": {
36+
"url": "https://github.com/secureCodeBox/secureCodeBox-v2/issues"
37+
},
1238
"license": "Apache-2.0",
1339
"dependencies": {
1440
"@kubernetes/client-node": "^0.12.0",

hooks/generic-webhook/package.json

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,40 @@
11
{
22
"name": "scb-generic-webhook",
33
"version": "1.0.0",
4-
"description": "",
4+
"description": "secureCodeBox v2 Generic WebHook.",
5+
"homepage": "https://www.secureCodeBox.io",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/secureCodeBox/secureCodeBox-v2.git"
9+
},
510
"main": "hook.js",
611
"scripts": {
712
"test": "jest ."
813
},
9-
"keywords": [],
10-
"author": "",
11-
"license": "ISC",
14+
"keywords": [
15+
"secureCodeBox",
16+
"security",
17+
"hook"
18+
],
19+
"author": {
20+
"name": "iteratec GmbH",
21+
"email": "security@iteratec.com",
22+
"url": "https://www.iteratec.com"
23+
},
24+
"contributors": [
25+
{
26+
"name" : "Jannik Hollenbach",
27+
"url" : "https://github.com/J12934"
28+
},
29+
{
30+
"name" : "Robert Seedorff",
31+
"url" : "https://github.com/rseedorff"
32+
}
33+
],
34+
"bugs": {
35+
"url": "https://github.com/secureCodeBox/secureCodeBox-v2/issues"
36+
},
37+
"license": "Apache-2.0",
1238
"dependencies": {
1339
"axios": "^0.20.0"
1440
},

hooks/imperative-subsequent-scans/package.json

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,40 @@
11
{
22
"name": "imperative-subsequent-scans",
33
"version": "1.0.0",
4-
"description": "",
4+
"description": "secureCodeBox v2 Hook to cascade scan in an imperative manner.",
5+
"homepage": "https://www.secureCodeBox.io",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/secureCodeBox/secureCodeBox-v2.git"
9+
},
510
"main": "hook.js",
611
"scripts": {
712
"test": "jest ."
813
},
9-
"keywords": [],
10-
"author": "",
11-
"license": "ISC",
14+
"keywords": [
15+
"secureCodeBox",
16+
"security",
17+
"hook"
18+
],
19+
"author": {
20+
"name": "iteratec GmbH",
21+
"email": "security@iteratec.com",
22+
"url": "https://www.iteratec.com"
23+
},
24+
"contributors": [
25+
{
26+
"name" : "Jannik Hollenbach",
27+
"url" : "https://github.com/J12934"
28+
},
29+
{
30+
"name" : "Robert Seedorff",
31+
"url" : "https://github.com/rseedorff"
32+
}
33+
],
34+
"bugs": {
35+
"url": "https://github.com/secureCodeBox/secureCodeBox-v2/issues"
36+
},
37+
"license": "Apache-2.0",
1238
"dependencies": {
1339
"@kubernetes/client-node": "^0.12.0",
1440
"lodash.set": "^4.3.2"

hooks/package.json

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,43 @@
11
{
22
"name": "securecodebox-hooks",
33
"version": "1.0.0",
4-
"description": "",
4+
"description": "NPM library to easily set up new hooks for the secureCodeBox v2",
5+
"homepage": "https://www.secureCodeBox.io",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/secureCodeBox/secureCodeBox-v2.git"
9+
},
510
"main": "index.js",
611
"directories": {
712
"example": "example"
813
},
914
"scripts": {
1015
"test": "jest"
1116
},
12-
"keywords": [],
13-
"author": "",
14-
"license": "ISC",
17+
"keywords": [
18+
"secureCodeBox",
19+
"security",
20+
"hooks"
21+
],
22+
"author": {
23+
"name": "iteratec GmbH",
24+
"email": "security@iteratec.com",
25+
"url": "https://www.iteratec.com"
26+
},
27+
"contributors": [
28+
{
29+
"name" : "Jannik Hollenbach",
30+
"url" : "https://github.com/J12934"
31+
},
32+
{
33+
"name" : "Robert Seedorff",
34+
"url" : "https://github.com/rseedorff"
35+
}
36+
],
37+
"bugs": {
38+
"url": "https://github.com/secureCodeBox/secureCodeBox-v2/issues"
39+
},
40+
"license": "Apache-2.0",
1541
"devDependencies": {
1642
"jest": "^25.1.0"
1743
}

hooks/persistence-elastic/package.json

Lines changed: 33 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,42 @@
11
{
22
"name": "persistence-elastic",
33
"version": "1.0.0",
4-
"description": "",
5-
"main": "index.js",
4+
"description": "secureCodeBox v2 Hook to persist results to elasticsearch.",
5+
"homepage": "https://www.secureCodeBox.io",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/secureCodeBox/secureCodeBox-v2.git"
9+
},
10+
"main": "hook.js",
611
"scripts": {
712
"test": "jest ."
813
},
9-
"keywords": [],
10-
"author": "",
11-
"license": "ISC",
14+
"keywords": [
15+
"secureCodeBox",
16+
"security",
17+
"hook",
18+
"elasticsearch",
19+
"persistence"
20+
],
21+
"author": {
22+
"name": "iteratec GmbH",
23+
"email": "security@iteratec.com",
24+
"url": "https://www.iteratec.com"
25+
},
26+
"contributors": [
27+
{
28+
"name" : "Jannik Hollenbach",
29+
"url" : "https://github.com/J12934"
30+
},
31+
{
32+
"name" : "Robert Seedorff",
33+
"url" : "https://github.com/rseedorff"
34+
}
35+
],
36+
"bugs": {
37+
"url": "https://github.com/secureCodeBox/secureCodeBox-v2/issues"
38+
},
39+
"license": "Apache-2.0",
1240
"dependencies": {
1341
"@elastic/elasticsearch": "^7.9.0",
1442
"lodash.chunk": "^4.2.0",

hooks/update-field/package.json

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,40 @@
11
{
22
"name": "scb-update-field",
33
"version": "1.0.0",
4-
"description": "",
4+
"description": "secureCodeBox v2 Update Field Hook",
5+
"homepage": "https://www.secureCodeBox.io",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/secureCodeBox/secureCodeBox-v2.git"
9+
},
510
"main": "hook.js",
611
"scripts": {
712
"test": "jest ."
813
},
9-
"keywords": [],
10-
"author": "",
11-
"license": "ISC",
14+
"keywords": [
15+
"secureCodeBox",
16+
"security",
17+
"scanner"
18+
],
19+
"author": {
20+
"name": "iteratec GmbH",
21+
"email": "security@iteratec.com",
22+
"url": "https://www.iteratec.com"
23+
},
24+
"contributors": [
25+
{
26+
"name" : "Jannik Hollenbach",
27+
"url" : "https://github.com/J12934"
28+
},
29+
{
30+
"name" : "Robert Seedorff",
31+
"url" : "https://github.com/rseedorff"
32+
}
33+
],
34+
"bugs": {
35+
"url": "https://github.com/secureCodeBox/secureCodeBox-v2/issues"
36+
},
37+
"license": "Apache-2.0",
1238
"dependencies": {
1339
"lodash.set": "^4.3.2"
1440
},

package.json

Lines changed: 24 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,39 @@
22
"name": "securecodebox",
33
"version": "1.0.0",
44
"description": "",
5+
"homepage": "https://github.com/secureCodeBox/secureCodeBox-v2#readme",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/secureCodeBox/secureCodeBox-v2.git"
9+
},
510
"main": "index.js",
611
"scripts": {
712
"test": "jest",
813
"lint": "eslint **/*.js"
914
},
10-
"repository": {
11-
"type": "git",
12-
"url": "git+https://github.com/secureCodeBox/secureCodeBox-v2.git"
15+
"keywords": [
16+
"secureCodeBox",
17+
"security"
18+
],
19+
"author": {
20+
"name": "iteratec GmbH",
21+
"email": "security@iteratec.com",
22+
"url": "https://www.iteratec.com"
1323
},
14-
"keywords": [],
15-
"author": "",
16-
"license": "ISC",
24+
"contributors": [
25+
{
26+
"name" : "Jannik Hollenbach",
27+
"url" : "https://github.com/J12934"
28+
},
29+
{
30+
"name" : "Robert Seedorff",
31+
"url" : "https://github.com/rseedorff"
32+
}
33+
],
1734
"bugs": {
1835
"url": "https://github.com/secureCodeBox/secureCodeBox-v2/issues"
1936
},
20-
"homepage": "https://github.com/secureCodeBox/secureCodeBox-v2#readme",
37+
"license": "Apache-2.0",
2138
"devDependencies": {
2239
"eslint": "^6.8.0",
2340
"eslint-config-oclif": "^3.1.0",

scanners/package.json

Lines changed: 30 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,40 @@
11
{
22
"name": "securecodebox-scanner",
33
"version": "1.0.0",
4-
"description": "",
5-
"main": "index.js",
6-
"directories": {
7-
"example": "example"
4+
"description": "NPM library to easily set up new scanners for the secureCodeBox v2",
5+
"homepage": "https://www.secureCodeBox.io",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/secureCodeBox/secureCodeBox-v2.git"
89
},
10+
"main": "index.js",
911
"scripts": {
1012
"test": "jest"
1113
},
12-
"keywords": [],
13-
"author": "",
14-
"license": "ISC",
14+
"keywords": [
15+
"secureCodeBox",
16+
"security",
17+
"scanner"
18+
],
19+
"author": {
20+
"name": "iteratec GmbH",
21+
"email": "security@iteratec.com",
22+
"url": "https://www.iteratec.com"
23+
},
24+
"contributors": [
25+
{
26+
"name" : "Jannik Hollenbach",
27+
"url" : "https://github.com/J12934"
28+
},
29+
{
30+
"name" : "Robert Seedorff",
31+
"url" : "https://github.com/rseedorff"
32+
}
33+
],
34+
"bugs": {
35+
"url": "https://github.com/secureCodeBox/secureCodeBox-v2/issues"
36+
},
37+
"license": "Apache-2.0",
1538
"devDependencies": {
1639
"jest": "^25.5.4"
1740
}

0 commit comments

Comments
 (0)