Skip to content

Commit 4473ae7

Browse files
committed
Merge tag '0.4.1'
BotKit 0.4.1
2 parents b0ad605 + 2fd2dd0 commit 4473ae7

6 files changed

Lines changed: 185 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: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ Version 0.5.0
77
To be released.
88

99

10+
Version 0.4.1
11+
-------------
12+
13+
Released on May 12, 2026.
14+
15+
### @fedify/botkit
16+
17+
- Upgraded Fedify to 2.1.12, which addresses a private network protection
18+
bypass vulnerability. This vulnerability allowed certain IPv4-mapped IPv6
19+
literals (e.g., `http://[::ffff:127.0.0.1]/`) to bypass SSRF (Server-Side
20+
Request Forgery) protection, potentially allowing attackers to access
21+
internal network resources.
22+
23+
1024
Version 0.4.0
1125
-------------
1226

@@ -72,6 +86,18 @@ Released on March 30, 2026.
7286
[#19]: https://github.com/fedify-dev/botkit/pull/19
7387

7488

89+
Version 0.3.2
90+
-------------
91+
92+
Released on May 12, 2026.
93+
94+
- Upgraded Fedify to 1.9.10, which addresses a private network protection
95+
bypass vulnerability. This vulnerability allowed certain IPv4-mapped IPv6
96+
literals (e.g., `http://[::ffff:127.0.0.1]/`) to bypass SSRF (Server-Side
97+
Request Forgery) protection, potentially allowing attackers to access
98+
internal network resources.
99+
100+
75101
Version 0.3.1
76102
-------------
77103

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)