Skip to content

Commit cb84bbd

Browse files
committed
Merge tag '0.3.2' into 0.4-maintenance
BotKit 0.3.2
2 parents cd6f149 + c2b9367 commit cb84bbd

6 files changed

Lines changed: 179 additions & 76 deletions

File tree

.github/workflows/main.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ jobs:
6464
- uses: pnpm/action-setup@v4
6565
with:
6666
version: latest
67-
- run: npm install -g npm@latest && npm --version
6867
- if: github.ref_type == 'branch'
6968
run: |
7069
set -euo pipefail

CHANGES.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ Version 0.4.1
66

77
To be released.
88

9+
### @fedify/botkit
10+
11+
- Upgraded Fedify to 2.1.12, which addresses a private network protection
12+
bypass vulnerability. This vulnerability allowed certain IPv4-mapped IPv6
13+
literals (e.g., `http://[::ffff:127.0.0.1]/`) to bypass SSRF (Server-Side
14+
Request Forgery) protection, potentially allowing attackers to access
15+
internal network resources.
16+
917

1018
Version 0.4.0
1119
-------------
@@ -72,6 +80,18 @@ Released on March 30, 2026.
7280
[#19]: https://github.com/fedify-dev/botkit/pull/19
7381

7482

83+
Version 0.3.2
84+
-------------
85+
86+
Released on May 12, 2026.
87+
88+
- Upgraded Fedify to 1.9.10, which addresses a private network protection
89+
bypass vulnerability. This vulnerability allowed certain IPv4-mapped IPv6
90+
literals (e.g., `http://[::ffff:127.0.0.1]/`) to bypass SSRF (Server-Side
91+
Request Forgery) protection, potentially allowing attackers to access
92+
internal network resources.
93+
94+
7595
Version 0.3.1
7696
-------------
7797

deno.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"workspace": ["packages/*", "examples/*"],
33
"unstable": ["kv", "temporal"],
44
"imports": {
5-
"@fedify/denokv": "jsr:@fedify/denokv@2.1.2",
6-
"@fedify/fedify": "jsr:@fedify/fedify@2.1.2",
7-
"@fedify/vocab": "jsr:@fedify/vocab@2.1.2",
8-
"@fedify/vocab-runtime": "jsr:@fedify/vocab-runtime@2.1.2",
5+
"@fedify/denokv": "jsr:@fedify/denokv@2.1.12",
6+
"@fedify/fedify": "jsr:@fedify/fedify@2.1.12",
7+
"@fedify/vocab": "jsr:@fedify/vocab@2.1.12",
8+
"@fedify/vocab-runtime": "jsr:@fedify/vocab-runtime@2.1.12",
99
"@logtape/logtape": "jsr:@logtape/logtape@^1.3.5",
1010
"@std/fs": "jsr:@std/fs@^1.0.19",
1111
"@std/path": "jsr:@std/path@^1.1.1",

deno.lock

Lines changed: 35 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)