snyk-broker 4.126.2 → 4.128.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client-templates/nexus/.env.sample +7 -3
- package/dist/client-templates/nexus/accept.json.sample +6 -1
- package/dist/client-templates/nexus2/.env.sample +27 -0
- package/dist/client-templates/nexus2/accept.json.sample +26 -0
- package/dist/lib/client/index.js +1 -1
- package/dist/lib/client/index.js.map +1 -1
- package/dist/package.json +3 -3
- package/dist/tsconfig.tsbuildinfo +12 -18
- package/package.json +3 -3
|
@@ -18,12 +18,16 @@ ACCEPT=accept.json
|
|
|
18
18
|
# The path for the broker's internal healthcheck URL. Must start with a '/'.
|
|
19
19
|
BROKER_HEALTHCHECK_PATH=/healthcheck
|
|
20
20
|
|
|
21
|
-
# Provide RES_BODY_URL_SUB with the URL of the Nexus without credentials
|
|
21
|
+
# Provide RES_BODY_URL_SUB with the URL of the Nexus without credentials
|
|
22
22
|
# This URL substitution is required for NPM integration
|
|
23
|
-
# RES_BODY_URL_SUB=
|
|
23
|
+
# RES_BODY_URL_SUB=https://<your.nexus.hostname>/repository
|
|
24
24
|
|
|
25
25
|
# Nexus validation url, checked by broker client systemcheck endpoint
|
|
26
|
-
#
|
|
26
|
+
# users must have 'nx-metrics-all' privilege enabled to access
|
|
27
27
|
# https://support.sonatype.com/hc/en-us/articles/226254487-System-Status-and-Metrics-REST-API
|
|
28
|
+
# NOTE! If NOT using username and password in BASE_NEXUS_URL, because your Nexus server is open on a private network, then use '/service/rest/v1/status' for BROKER_CLIENT_VALIDATION_URL.
|
|
29
|
+
# '/service/rest/v1/status/check' requires an authenticated connection while '/service/rest/v1/status' does not.
|
|
30
|
+
#BROKER_CLIENT_VALIDATION_URL=$BASE_NEXUS_URL/service/rest/v1/status
|
|
28
31
|
BROKER_CLIENT_VALIDATION_URL=$BASE_NEXUS_URL/service/rest/v1/status/check
|
|
32
|
+
|
|
29
33
|
BROKER_CLIENT_VALIDATION_JSON_DISABLED=true
|
|
@@ -12,13 +12,18 @@
|
|
|
12
12
|
"path": "/",
|
|
13
13
|
"origin": "${BASE_NEXUS_URL}"
|
|
14
14
|
},
|
|
15
|
+
{
|
|
16
|
+
"method": "GET",
|
|
17
|
+
"path": "/service/rest/v1/status",
|
|
18
|
+
"origin": "${BASE_NEXUS_URL}"
|
|
19
|
+
},
|
|
15
20
|
{
|
|
16
21
|
"method": "GET",
|
|
17
22
|
"path": "/service/rest/v1/status/check",
|
|
18
23
|
"origin": "${BASE_NEXUS_URL}"
|
|
19
24
|
},
|
|
20
25
|
{
|
|
21
|
-
"method": "
|
|
26
|
+
"method": "GET",
|
|
22
27
|
"path": "/*",
|
|
23
28
|
"origin": "${NEXUS_URL}"
|
|
24
29
|
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# your unique broker identifier
|
|
2
|
+
BROKER_TOKEN=<broker-token>
|
|
3
|
+
|
|
4
|
+
# The Base URL for your Nexus Repository Manager
|
|
5
|
+
# If not using basic auth this will only be "https://<your.nexus.hostname>"
|
|
6
|
+
BASE_NEXUS_URL=https://<username>:<password>@<your.nexus.hostname>
|
|
7
|
+
|
|
8
|
+
# The URL to your Nexus Repository Manager
|
|
9
|
+
NEXUS_URL=$BASE_NEXUS_URL/nexus/content
|
|
10
|
+
|
|
11
|
+
# The URL of the Snyk broker server
|
|
12
|
+
BROKER_SERVER_URL=https://broker.snyk.io
|
|
13
|
+
|
|
14
|
+
# the fine detail accept rules that allow Snyk to make API requests to your
|
|
15
|
+
# Nexus instance
|
|
16
|
+
ACCEPT=accept.json
|
|
17
|
+
|
|
18
|
+
# The path for the broker's internal healthcheck URL. Must start with a '/'.
|
|
19
|
+
BROKER_HEALTHCHECK_PATH=/healthcheck
|
|
20
|
+
|
|
21
|
+
# Provide RES_BODY_URL_SUB with the URL of the Nexus without credentials
|
|
22
|
+
# This URL substitution is required for NPM integration
|
|
23
|
+
# RES_BODY_URL_SUB=https://<your.nexus.hostname>/nexus/content
|
|
24
|
+
|
|
25
|
+
BROKER_CLIENT_VALIDATION_URL=$BASE_NEXUS_URL/nexus/service/local/status
|
|
26
|
+
|
|
27
|
+
BROKER_CLIENT_VALIDATION_JSON_DISABLED=true
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"public": [
|
|
3
|
+
{
|
|
4
|
+
"method": "any",
|
|
5
|
+
"path": "/*",
|
|
6
|
+
"stream": true
|
|
7
|
+
}
|
|
8
|
+
],
|
|
9
|
+
"private": [
|
|
10
|
+
{
|
|
11
|
+
"method": "HEAD",
|
|
12
|
+
"path": "/",
|
|
13
|
+
"origin": "${BASE_NEXUS_URL}"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"method": "GET",
|
|
17
|
+
"path": "/nexus/service/local/status",
|
|
18
|
+
"origin": "${BASE_NEXUS_URL}"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"method": "GET",
|
|
22
|
+
"path": "/*",
|
|
23
|
+
"origin": "${NEXUS_URL}"
|
|
24
|
+
}
|
|
25
|
+
]
|
|
26
|
+
}
|
package/dist/lib/client/index.js
CHANGED
|
@@ -30,7 +30,7 @@ module.exports = ({ port = null, config = {}, filters = {} }) => {
|
|
|
30
30
|
websocketConnectionOpen: isConnOpen,
|
|
31
31
|
brokerServerUrl: io.url.href,
|
|
32
32
|
version,
|
|
33
|
-
transport: io.socket.transport.name
|
|
33
|
+
transport: io.socket.transport.name,
|
|
34
34
|
};
|
|
35
35
|
return res.status(status).json(data);
|
|
36
36
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../lib/client/index.js"],"names":[],"mappings":"AAAA,MAAM,MAAM,GAAG,OAAO,CAAC,QAAQ,CAAC,CAAC;AACjC,MAAM,OAAO,GAAG,OAAO,CAAC,SAAS,CAAC,CAAC;AACnC,MAAM,MAAM,GAAG,OAAO,CAAC,UAAU,CAAC,CAAC;AACnC,MAAM,KAAK,GAAG,OAAO,CAAC,UAAU,CAAC,CAAC;AAClC,MAAM,MAAM,GAAG,OAAO,CAAC,QAAQ,CAAC,CAAC;AACjC,MAAM,OAAO,GAAG,OAAO,CAAC,YAAY,CAAC,CAAC;AAEtC,MAAM,CAAC,OAAO,GAAG,CAAC,EAAE,IAAI,GAAG,IAAI,EAAE,MAAM,GAAG,EAAE,EAAE,OAAO,GAAG,EAAE,EAAE,EAAE,EAAE;IAC9D,MAAM,CAAC,IAAI,CAAC,EAAE,OAAO,EAAE,EAAE,wBAAwB,CAAC,CAAC;IAEnD,MAAM,mBAAmB,GAAG;QAC1B,OAAO;QACP,OAAO;KACR,CAAC;IAEF,MAAM,EAAE,GAAG,MAAM,CAAC;QAChB,KAAK,EAAE,MAAM,CAAC,WAAW;QACzB,GAAG,EAAE,MAAM,CAAC,eAAe;QAC3B,OAAO,EAAE,OAAO,CAAC,OAAO;QACxB,MAAM;QACN,mBAAmB;KACpB,CAAC,CAAC;IAEH,yDAAyD;IACzD,MAAM,EAAE,GAAG,EAAE,MAAM,EAAE,GAAG,OAAO,CAAC,cAAc,CAAC,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;IAE9D,wDAAwD;IACxD,GAAG,CAAC,GAAG,CAAC,MAAM,CAAC,qBAAqB,IAAI,cAAc,EAAE,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE;QACnE,2DAA2D;QAC3D,oEAAoE;QACpE,MAAM,UAAU,GAAG,EAAE,CAAC,UAAU,KAAK,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC;QACvD,MAAM,MAAM,GAAG,UAAU,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC;QACtC,MAAM,IAAI,GAAG;YACX,EAAE,EAAE,UAAU;YACd,uBAAuB,EAAE,UAAU;YACnC,eAAe,EAAE,EAAE,CAAC,GAAG,CAAC,IAAI;YAC5B,OAAO;YACP,SAAS,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../lib/client/index.js"],"names":[],"mappings":"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"}
|
package/dist/package.json
CHANGED
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"@types/jest": "^26.0.5",
|
|
32
32
|
"@types/node": "^12.12.47",
|
|
33
33
|
"@types/prettier": "2.6.0",
|
|
34
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
35
|
-
"@typescript-eslint/parser": "^
|
|
34
|
+
"@typescript-eslint/eslint-plugin": "^5.30.4",
|
|
35
|
+
"@typescript-eslint/parser": "^5.30.4",
|
|
36
36
|
"compression": "^1.7.4",
|
|
37
37
|
"eslint": "^7.2.0",
|
|
38
38
|
"eslint-config-prettier": "^6.11.0",
|
|
@@ -88,5 +88,5 @@
|
|
|
88
88
|
},
|
|
89
89
|
"homepage": "https://github.com/snyk/broker#readme",
|
|
90
90
|
"snyk": true,
|
|
91
|
-
"version": "4.
|
|
91
|
+
"version": "4.128.0"
|
|
92
92
|
}
|
|
@@ -237,8 +237,8 @@
|
|
|
237
237
|
"affectsGlobalScope": false
|
|
238
238
|
},
|
|
239
239
|
"../node_modules/@types/node/globals.d.ts": {
|
|
240
|
-
"version": "
|
|
241
|
-
"signature": "
|
|
240
|
+
"version": "d986829b45b39bec6d65e343bf924e9d75cb4c0c1f69a7288c7d269b8c1f6290",
|
|
241
|
+
"signature": "d986829b45b39bec6d65e343bf924e9d75cb4c0c1f69a7288c7d269b8c1f6290",
|
|
242
242
|
"affectsGlobalScope": true
|
|
243
243
|
},
|
|
244
244
|
"../node_modules/@types/node/async_hooks.d.ts": {
|
|
@@ -297,8 +297,8 @@
|
|
|
297
297
|
"affectsGlobalScope": false
|
|
298
298
|
},
|
|
299
299
|
"../node_modules/@types/node/fs.d.ts": {
|
|
300
|
-
"version": "
|
|
301
|
-
"signature": "
|
|
300
|
+
"version": "17f69594bc7be2023bb09b27d48e6d18606628e6ec20ff38e35cc75d6eb96998",
|
|
301
|
+
"signature": "17f69594bc7be2023bb09b27d48e6d18606628e6ec20ff38e35cc75d6eb96998",
|
|
302
302
|
"affectsGlobalScope": false
|
|
303
303
|
},
|
|
304
304
|
"../node_modules/@types/node/http.d.ts": {
|
|
@@ -382,13 +382,13 @@
|
|
|
382
382
|
"affectsGlobalScope": false
|
|
383
383
|
},
|
|
384
384
|
"../node_modules/@types/node/timers.d.ts": {
|
|
385
|
-
"version": "
|
|
386
|
-
"signature": "
|
|
385
|
+
"version": "dfa10c970bc18c29bb48de6704c9c32438c974f581f80cf04d63bc9ab38d0d2c",
|
|
386
|
+
"signature": "dfa10c970bc18c29bb48de6704c9c32438c974f581f80cf04d63bc9ab38d0d2c",
|
|
387
387
|
"affectsGlobalScope": false
|
|
388
388
|
},
|
|
389
389
|
"../node_modules/@types/node/tls.d.ts": {
|
|
390
|
-
"version": "
|
|
391
|
-
"signature": "
|
|
390
|
+
"version": "4ffc6b5b9366b25b55b54a7dfe89cfbcfcc264a1225113250fa6bcddd68a38ff",
|
|
391
|
+
"signature": "4ffc6b5b9366b25b55b54a7dfe89cfbcfcc264a1225113250fa6bcddd68a38ff",
|
|
392
392
|
"affectsGlobalScope": false
|
|
393
393
|
},
|
|
394
394
|
"../node_modules/@types/node/trace_events.d.ts": {
|
|
@@ -472,7 +472,7 @@
|
|
|
472
472
|
"affectsGlobalScope": true
|
|
473
473
|
},
|
|
474
474
|
"../package.json": {
|
|
475
|
-
"version": "
|
|
475
|
+
"version": "893510d9bf5d178a425edbb6f7bb01e181cb7143795ae7f6a6f52f46bc565392",
|
|
476
476
|
"signature": "4b7aff601ec65d9674146cc6cb2de0e47e8d203c86a24ccb3d43fbf25afffb24",
|
|
477
477
|
"affectsGlobalScope": true
|
|
478
478
|
},
|
|
@@ -517,7 +517,7 @@
|
|
|
517
517
|
"affectsGlobalScope": true
|
|
518
518
|
},
|
|
519
519
|
"../lib/client/index.js": {
|
|
520
|
-
"version": "
|
|
520
|
+
"version": "ab99db0dcc709d771732e32743f46f92063f466111d84ea5f15b239141460034",
|
|
521
521
|
"signature": "b522e357fadf7a5760145ae5b1f8673ad224f00137de357ed1b08a650b0acd54",
|
|
522
522
|
"affectsGlobalScope": true
|
|
523
523
|
},
|
|
@@ -567,8 +567,8 @@
|
|
|
567
567
|
"affectsGlobalScope": true
|
|
568
568
|
},
|
|
569
569
|
"../node_modules/@babel/types/lib/index.d.ts": {
|
|
570
|
-
"version": "
|
|
571
|
-
"signature": "
|
|
570
|
+
"version": "67633388f50fe010a7b4d892721437d0fac88a282ef46217137d263a8a6651ed",
|
|
571
|
+
"signature": "67633388f50fe010a7b4d892721437d0fac88a282ef46217137d263a8a6651ed",
|
|
572
572
|
"affectsGlobalScope": false
|
|
573
573
|
},
|
|
574
574
|
"../node_modules/@types/babel__generator/index.d.ts": {
|
|
@@ -596,11 +596,6 @@
|
|
|
596
596
|
"signature": "5426e62886b7be7806312d31a00e8f7dccd6fe63ba9bbefe99ee2eab29cc48a3",
|
|
597
597
|
"affectsGlobalScope": false
|
|
598
598
|
},
|
|
599
|
-
"../node_modules/@types/eslint-visitor-keys/index.d.ts": {
|
|
600
|
-
"version": "725d9be2fd48440256f4deb00649adffdbc5ecd282b09e89d4e200663792c34c",
|
|
601
|
-
"signature": "725d9be2fd48440256f4deb00649adffdbc5ecd282b09e89d4e200663792c34c",
|
|
602
|
-
"affectsGlobalScope": false
|
|
603
|
-
},
|
|
604
599
|
"../node_modules/@types/graceful-fs/index.d.ts": {
|
|
605
600
|
"version": "3ebae8c00411116a66fca65b08228ea0cf0b72724701f9b854442100aab55aba",
|
|
606
601
|
"signature": "3ebae8c00411116a66fca65b08228ea0cf0b72724701f9b854442100aab55aba",
|
|
@@ -1282,7 +1277,6 @@
|
|
|
1282
1277
|
"../node_modules/@types/babel__template/index.d.ts",
|
|
1283
1278
|
"../node_modules/@types/babel__traverse/ts4.1/index.d.ts",
|
|
1284
1279
|
"../node_modules/@types/caseless/index.d.ts",
|
|
1285
|
-
"../node_modules/@types/eslint-visitor-keys/index.d.ts",
|
|
1286
1280
|
"../node_modules/@types/graceful-fs/index.d.ts",
|
|
1287
1281
|
"../node_modules/@types/istanbul-lib-coverage/index.d.ts",
|
|
1288
1282
|
"../node_modules/@types/istanbul-lib-report/index.d.ts",
|
package/package.json
CHANGED
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"@types/jest": "^26.0.5",
|
|
32
32
|
"@types/node": "^12.12.47",
|
|
33
33
|
"@types/prettier": "2.6.0",
|
|
34
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
35
|
-
"@typescript-eslint/parser": "^
|
|
34
|
+
"@typescript-eslint/eslint-plugin": "^5.30.4",
|
|
35
|
+
"@typescript-eslint/parser": "^5.30.4",
|
|
36
36
|
"compression": "^1.7.4",
|
|
37
37
|
"eslint": "^7.2.0",
|
|
38
38
|
"eslint-config-prettier": "^6.11.0",
|
|
@@ -88,5 +88,5 @@
|
|
|
88
88
|
},
|
|
89
89
|
"homepage": "https://github.com/snyk/broker#readme",
|
|
90
90
|
"snyk": true,
|
|
91
|
-
"version": "4.
|
|
91
|
+
"version": "4.128.0"
|
|
92
92
|
}
|