@abtnode/router-provider 1.16.52-beta-20250911-023851-d988be85 → 1.16.52-beta-20250916-025146-35d976f4
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.
|
@@ -467,3 +467,11 @@ SecRule REQUEST_FILENAME "@rx /parking/|/api/products/" \
|
|
|
467
467
|
chain"
|
|
468
468
|
SecRule REQUEST_METHOD "@pm GET" \
|
|
469
469
|
"ctl:ruleEngine=Off"
|
|
470
|
+
|
|
471
|
+
# Fix: CSRF token false positive - disable SQL injection check for x-csrf-token cookie
|
|
472
|
+
SecRule REQUEST_COOKIES:x-csrf-token "@rx .*" \
|
|
473
|
+
"id:1032,\
|
|
474
|
+
phase:1,\
|
|
475
|
+
pass,\
|
|
476
|
+
nolog,\
|
|
477
|
+
ctl:ruleRemoveTargetById=942100;REQUEST_COOKIES:x-csrf-token"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abtnode/router-provider",
|
|
3
|
-
"version": "1.16.52-beta-
|
|
3
|
+
"version": "1.16.52-beta-20250916-025146-35d976f4",
|
|
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,14 +32,14 @@
|
|
|
32
32
|
"url": "https://github.com/ArcBlock/blocklet-server/issues"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@abtnode/constant": "1.16.52-beta-
|
|
36
|
-
"@abtnode/db-cache": "1.16.52-beta-
|
|
37
|
-
"@abtnode/logger": "1.16.52-beta-
|
|
38
|
-
"@abtnode/router-templates": "1.16.52-beta-
|
|
39
|
-
"@abtnode/util": "1.16.52-beta-
|
|
35
|
+
"@abtnode/constant": "1.16.52-beta-20250916-025146-35d976f4",
|
|
36
|
+
"@abtnode/db-cache": "1.16.52-beta-20250916-025146-35d976f4",
|
|
37
|
+
"@abtnode/logger": "1.16.52-beta-20250916-025146-35d976f4",
|
|
38
|
+
"@abtnode/router-templates": "1.16.52-beta-20250916-025146-35d976f4",
|
|
39
|
+
"@abtnode/util": "1.16.52-beta-20250916-025146-35d976f4",
|
|
40
40
|
"@arcblock/http-proxy": "^1.19.1",
|
|
41
41
|
"@arcblock/is-valid-domain": "^1.0.5",
|
|
42
|
-
"@ocap/util": "^1.24.
|
|
42
|
+
"@ocap/util": "^1.24.9",
|
|
43
43
|
"axios": "^1.7.9",
|
|
44
44
|
"debug": "^4.4.1",
|
|
45
45
|
"fast-glob": "^3.3.2",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"bluebird": "^3.7.2",
|
|
63
63
|
"fs-extra": "^11.2.0"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "a1a95bbc637d8954abcb3b2d675037ec309ad7e3"
|
|
66
66
|
}
|