@abtnode/router-provider 1.16.39-beta-20250212-101102-2d68fc2a → 1.16.39-beta-20250213-020324-1536dd25
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.
|
@@ -310,7 +310,7 @@ SecRule REQUEST_FILENAME "@contains /api/space/" \
|
|
|
310
310
|
SecRule REQUEST_METHOD "@pm PUT PATCH" \
|
|
311
311
|
"ctl:ruleRemoveByTag=attack-rce"
|
|
312
312
|
|
|
313
|
-
# Fix:
|
|
313
|
+
# Fix: blocklet store upload false positive
|
|
314
314
|
SecRule REQUEST_FILENAME "@endsWith /api/blocklets/upload" \
|
|
315
315
|
"id:1016,\
|
|
316
316
|
phase:1,\
|
|
@@ -319,3 +319,15 @@ SecRule REQUEST_FILENAME "@endsWith /api/blocklets/upload" \
|
|
|
319
319
|
chain"
|
|
320
320
|
SecRule REQUEST_METHOD "@pm POST" \
|
|
321
321
|
"ctl:ruleEngine=Off"
|
|
322
|
+
|
|
323
|
+
# Fix did-space explorer false positive
|
|
324
|
+
SecRule REQUEST_FILENAME "@contains /space/" \
|
|
325
|
+
"id:1017,\
|
|
326
|
+
phase:1,\
|
|
327
|
+
pass,\
|
|
328
|
+
nolog,\
|
|
329
|
+
chain"
|
|
330
|
+
SecRule REQUEST_METHOD "@pm GET" \
|
|
331
|
+
"chain"
|
|
332
|
+
SecRule REQUEST_FILENAME "@endsWith /explorer" \
|
|
333
|
+
"ctl:ruleRemoveById=930120"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abtnode/router-provider",
|
|
3
|
-
"version": "1.16.39-beta-
|
|
3
|
+
"version": "1.16.39-beta-20250213-020324-1536dd25",
|
|
4
4
|
"description": "Routing engine implementations for abt node",
|
|
5
5
|
"author": "polunzh <polunzh@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/ArcBlock/blocklet-server#readme",
|
|
@@ -32,10 +32,10 @@
|
|
|
32
32
|
"url": "https://github.com/ArcBlock/blocklet-server/issues"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@abtnode/constant": "1.16.39-beta-
|
|
36
|
-
"@abtnode/logger": "1.16.39-beta-
|
|
37
|
-
"@abtnode/router-templates": "1.16.39-beta-
|
|
38
|
-
"@abtnode/util": "1.16.39-beta-
|
|
35
|
+
"@abtnode/constant": "1.16.39-beta-20250213-020324-1536dd25",
|
|
36
|
+
"@abtnode/logger": "1.16.39-beta-20250213-020324-1536dd25",
|
|
37
|
+
"@abtnode/router-templates": "1.16.39-beta-20250213-020324-1536dd25",
|
|
38
|
+
"@abtnode/util": "1.16.39-beta-20250213-020324-1536dd25",
|
|
39
39
|
"@arcblock/http-proxy": "^1.19.1",
|
|
40
40
|
"@arcblock/is-valid-domain": "^1.0.5",
|
|
41
41
|
"axios": "^1.7.9",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"bluebird": "^3.7.2",
|
|
61
61
|
"fs-extra": "^11.2.0"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "bbd55e5231d5f451182e45f8442ce803e490bbce"
|
|
64
64
|
}
|