@abtnode/router-provider 1.16.38-beta-20250123-083218-c7ea9693 → 1.16.38-beta-20250126-132712-f36c6a8b

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.
@@ -207,9 +207,8 @@ SecRule REQUEST_FILENAME "@endsWith /api/gql" \
207
207
  nolog,\
208
208
  chain"
209
209
  SecRule REQUEST_METHOD "@pm POST" \
210
- "ctl:ruleRemoveByTag=attack-sqli,\
211
- ctl:ruleRemoveByTag=attack-rce,\
212
- ctl:ruleRemoveByTag=attack-xss"
210
+ "ctl:ruleRemoveByTag=attack-rce,\
211
+ ctl:ruleRemoveById=921110"
213
212
 
214
213
  # Disable some rules for websocket endpoint for blocklet server and service
215
214
  SecRule REQUEST_FILENAME "@endsWith /websocket" \
@@ -237,3 +236,31 @@ SecRule REQUEST_HEADERS:tus-resumable "@rx ^1\.0\.0$" \
237
236
  SecRule REQUEST_HEADERS:Content-Type "@rx ^application/offset\+octet-stream$" \
238
237
  "t:none,\
239
238
  ctl:ruleRemoveById=920420"
239
+
240
+ SecRule REQUEST_FILENAME "@endsWith /connect-to-did-space" \
241
+ "id:1009,\
242
+ phase:1,\
243
+ pass,\
244
+ nolog,\
245
+ chain"
246
+ SecRule REQUEST_METHOD "@pm GET" \
247
+ "ctl:ruleRemoveById=934110"
248
+
249
+ SecRule REQUEST_FILENAME "@endsWith /app-records.txt" \
250
+ "id:1010,\
251
+ phase:1,\
252
+ pass,\
253
+ nolog,\
254
+ chain"
255
+ SecRule REQUEST_METHOD "@pm PUT" \
256
+ "ctl:ruleRemoveById=942550,\
257
+ ctl:ruleRemoveById=934110"
258
+
259
+ SecRule REQUEST_FILENAME "@contains /.well-known/did-resolver/resolve" \
260
+ "id:1011,\
261
+ phase:1,\
262
+ pass,\
263
+ nolog,\
264
+ chain"
265
+ SecRule REQUEST_METHOD "@pm GET" \
266
+ "ctl:ruleRemoveById=920440"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/router-provider",
3
- "version": "1.16.38-beta-20250123-083218-c7ea9693",
3
+ "version": "1.16.38-beta-20250126-132712-f36c6a8b",
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.38-beta-20250123-083218-c7ea9693",
36
- "@abtnode/logger": "1.16.38-beta-20250123-083218-c7ea9693",
37
- "@abtnode/router-templates": "1.16.38-beta-20250123-083218-c7ea9693",
38
- "@abtnode/util": "1.16.38-beta-20250123-083218-c7ea9693",
35
+ "@abtnode/constant": "1.16.38-beta-20250126-132712-f36c6a8b",
36
+ "@abtnode/logger": "1.16.38-beta-20250126-132712-f36c6a8b",
37
+ "@abtnode/router-templates": "1.16.38-beta-20250126-132712-f36c6a8b",
38
+ "@abtnode/util": "1.16.38-beta-20250126-132712-f36c6a8b",
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": "7a5401105e25590871ad579ade72ab3097cc29ba"
63
+ "gitHead": "b50fbfb7039f5c8a5bd4825d68d9504f00c539fb"
64
64
  }