@abtnode/router-provider 1.17.4 → 1.17.5-beta-20251208-123021-e8c53f96

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.
@@ -485,3 +485,13 @@ SecRule REQUEST_FILENAME "@endsWith /api/sdk/upload-data" \
485
485
  chain"
486
486
  SecRule REQUEST_METHOD "@pm POST" \
487
487
  "ctl:ruleRemoveById=920420"
488
+
489
+ # Fix: API false positive
490
+ SecRule REQUEST_FILENAME "@beginsWith /.well-known/service/api" \
491
+ "id:1034,\
492
+ phase:1,\
493
+ pass,\
494
+ nolog,\
495
+ chain"
496
+ SecRule REQUEST_METHOD "@pm GET POST PUT" \
497
+ "ctl:ruleRemoveById=921140"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/router-provider",
3
- "version": "1.17.4",
3
+ "version": "1.17.5-beta-20251208-123021-e8c53f96",
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",
@@ -30,11 +30,11 @@
30
30
  "url": "https://github.com/ArcBlock/blocklet-server/issues"
31
31
  },
32
32
  "dependencies": {
33
- "@abtnode/constant": "1.17.4",
34
- "@abtnode/db-cache": "1.17.4",
35
- "@abtnode/logger": "1.17.4",
36
- "@abtnode/router-templates": "1.17.4",
37
- "@abtnode/util": "1.17.4",
33
+ "@abtnode/constant": "1.17.5-beta-20251208-123021-e8c53f96",
34
+ "@abtnode/db-cache": "1.17.5-beta-20251208-123021-e8c53f96",
35
+ "@abtnode/logger": "1.17.5-beta-20251208-123021-e8c53f96",
36
+ "@abtnode/router-templates": "1.17.5-beta-20251208-123021-e8c53f96",
37
+ "@abtnode/util": "1.17.5-beta-20251208-123021-e8c53f96",
38
38
  "@arcblock/http-proxy": "^1.19.1",
39
39
  "@arcblock/is-valid-domain": "^1.0.5",
40
40
  "@ocap/util": "^1.27.12",
@@ -60,5 +60,5 @@
60
60
  "bluebird": "^3.7.2",
61
61
  "fs-extra": "^11.2.0"
62
62
  },
63
- "gitHead": "4348ffa301611df5f5a55103474081a8a3457528"
63
+ "gitHead": "ed63bdced5fa8df09ba7fd282b38751007df2216"
64
64
  }