@abtnode/router-provider 1.16.40-beta-20250303-085419-69f80410 → 1.16.40-beta-20250303-132654-d0e1975b
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.
|
@@ -333,3 +333,13 @@ SecRule REQUEST_FILENAME "@contains /space/" \
|
|
|
333
333
|
"chain"
|
|
334
334
|
SecRule REQUEST_FILENAME "@endsWith /explorer" \
|
|
335
335
|
"ctl:ruleRemoveById=930120"
|
|
336
|
+
|
|
337
|
+
# Disable some rules for ocap
|
|
338
|
+
SecRule REQUEST_FILENAME "@beginsWith /api" \
|
|
339
|
+
"id:1018,\
|
|
340
|
+
phase:1,\
|
|
341
|
+
pass,\
|
|
342
|
+
nolog,\
|
|
343
|
+
chain"
|
|
344
|
+
SecRule REQUEST_METHOD "@pm POST" \
|
|
345
|
+
"ctl:ruleRemoveByTag=attack-rce"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abtnode/router-provider",
|
|
3
|
-
"version": "1.16.40-beta-20250303-
|
|
3
|
+
"version": "1.16.40-beta-20250303-132654-d0e1975b",
|
|
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.40-beta-20250303-
|
|
36
|
-
"@abtnode/logger": "1.16.40-beta-20250303-
|
|
37
|
-
"@abtnode/router-templates": "1.16.40-beta-20250303-
|
|
38
|
-
"@abtnode/util": "1.16.40-beta-20250303-
|
|
35
|
+
"@abtnode/constant": "1.16.40-beta-20250303-132654-d0e1975b",
|
|
36
|
+
"@abtnode/logger": "1.16.40-beta-20250303-132654-d0e1975b",
|
|
37
|
+
"@abtnode/router-templates": "1.16.40-beta-20250303-132654-d0e1975b",
|
|
38
|
+
"@abtnode/util": "1.16.40-beta-20250303-132654-d0e1975b",
|
|
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": "2a8e4d0ad0ab4bfbc891896710d7d54790d6cbe2"
|
|
64
64
|
}
|