@blamejs/core 0.18.38 → 0.18.40
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.
- package/CHANGELOG.md +121 -1
- package/NOTICE +2 -2
- package/README.md +1 -1
- package/lib/app.js +14 -5
- package/lib/file-upload.js +17 -3
- package/lib/gate-contract.js +159 -5
- package/lib/guard-filename.js +93 -18
- package/lib/guard-sql.js +7 -1
- package/lib/guard-yaml.js +64 -0
- package/lib/mail-auth.js +473 -73
- package/lib/network-dns-resolver.js +23 -23
- package/lib/network-dns.js +205 -43
- package/lib/public-suffix.js +110 -24
- package/lib/vendor/MANIFEST.json +15 -15
- package/lib/vendor/blamejs-pki.cjs +2120 -508
- package/lib/vendor/public-suffix-list.dat +4 -3
- package/lib/vendor/public-suffix-list.data.js +2201 -2201
- package/package.json +1 -1
- package/sbom.cdx.json +6 -6
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
// Please pull this list from, and only from https://publicsuffix.org/list/public_suffix_list.dat,
|
|
6
6
|
// rather than any other VCS sites. Pulling from any other URL is not guaranteed to be supported.
|
|
7
7
|
|
|
8
|
-
// VERSION: 2026-08-
|
|
9
|
-
// COMMIT:
|
|
8
|
+
// VERSION: 2026-08-19_19-18-48_UTC
|
|
9
|
+
// COMMIT: e8c9a2b2b2856b6449999dd0ec0d118f364ed0cd
|
|
10
10
|
|
|
11
11
|
// Instructions on pulling and using this list can be found at https://publicsuffix.org/list/.
|
|
12
12
|
|
|
@@ -11347,7 +11347,6 @@ beep.pl
|
|
|
11347
11347
|
// Aiven : https://aiven.io/
|
|
11348
11348
|
// Submitted by Aiven Security Team <security+appdomains@aiven.io>
|
|
11349
11349
|
aiven.app
|
|
11350
|
-
aivencloud.com
|
|
11351
11350
|
*.aivencloud.com
|
|
11352
11351
|
|
|
11353
11352
|
// Akamai : https://www.akamai.com/
|
|
@@ -12358,6 +12357,8 @@ antagonist.cloud
|
|
|
12358
12357
|
// Anthropic : https://www.anthropic.com/
|
|
12359
12358
|
// Submitted by Sid Bidasaria <security@anthropic.com>
|
|
12360
12359
|
claude.app
|
|
12360
|
+
claudeusercontent.com
|
|
12361
|
+
frame.claudeusercontent.com
|
|
12361
12362
|
|
|
12362
12363
|
// Anysphere Inc : https://cursor.com
|
|
12363
12364
|
// Submitted by Benson Liu <security@cursor.com>
|