@abtnode/router-provider 1.16.44-beta-20250520-104453-912ed737 → 1.16.44-beta-20250523-232943-369d21c5
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.
|
@@ -417,3 +417,13 @@ SecRule REQUEST_FILENAME "@contains /api/v1/chat" \
|
|
|
417
417
|
chain"
|
|
418
418
|
SecRule REQUEST_METHOD "@pm POST" \
|
|
419
419
|
"ctl:ruleEngine=Off"
|
|
420
|
+
|
|
421
|
+
# Fix: preferences false positive
|
|
422
|
+
SecRule REQUEST_FILENAME "@endsWith /.well-known/service/admin/api/preferences" \
|
|
423
|
+
"id:1027,\
|
|
424
|
+
phase:1,\
|
|
425
|
+
pass,\
|
|
426
|
+
nolog,\
|
|
427
|
+
chain"
|
|
428
|
+
SecRule REQUEST_METHOD "@pm GET POST PUT" \
|
|
429
|
+
"ctl:ruleEngine=Off"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abtnode/router-provider",
|
|
3
|
-
"version": "1.16.44-beta-
|
|
3
|
+
"version": "1.16.44-beta-20250523-232943-369d21c5",
|
|
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.44-beta-
|
|
36
|
-
"@abtnode/logger": "1.16.44-beta-
|
|
37
|
-
"@abtnode/router-templates": "1.16.44-beta-
|
|
38
|
-
"@abtnode/util": "1.16.44-beta-
|
|
35
|
+
"@abtnode/constant": "1.16.44-beta-20250523-232943-369d21c5",
|
|
36
|
+
"@abtnode/logger": "1.16.44-beta-20250523-232943-369d21c5",
|
|
37
|
+
"@abtnode/router-templates": "1.16.44-beta-20250523-232943-369d21c5",
|
|
38
|
+
"@abtnode/util": "1.16.44-beta-20250523-232943-369d21c5",
|
|
39
39
|
"@arcblock/http-proxy": "^1.19.1",
|
|
40
40
|
"@arcblock/is-valid-domain": "^1.0.5",
|
|
41
41
|
"axios": "^1.7.9",
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"bluebird": "^3.7.2",
|
|
62
62
|
"fs-extra": "^11.2.0"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "979ad200c41b355039a856a356c3b2bdd573e5ba"
|
|
65
65
|
}
|