Skip to content

Commit c3e61ab

Browse files
committed
Merge tag '0.4.3'
BotKit 0.4.3
2 parents aa40e37 + 55f73c3 commit c3e61ab

7 files changed

Lines changed: 197 additions & 99 deletions

File tree

CHANGES.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ Version 0.5.0
77
To be released.
88

99

10+
Version 0.4.3
11+
-------------
12+
13+
Released on June 4, 2026.
14+
15+
- Upgraded Fedify to 1.9.12, which fixes an SSRF protection bypass
16+
vulnerability. [[CVE-2026-50131]]
17+
18+
[CVE-2026-50131]: https://github.com/fedify-dev/fedify/security/advisories/GHSA-xw9q-2mv6-9fr8
19+
20+
1021
Version 0.4.2
1122
-------------
1223

@@ -100,6 +111,15 @@ Released on March 30, 2026.
100111
[#19]: https://github.com/fedify-dev/botkit/pull/19
101112

102113

114+
Version 0.3.4
115+
-------------
116+
117+
Released on June 4, 2026.
118+
119+
- Upgraded Fedify to 1.9.12, which fixes an SSRF protection bypass
120+
vulnerability. [[CVE-2026-50131]]
121+
122+
103123
Version 0.3.3
104124
-------------
105125

deno.json

Lines changed: 5 additions & 5 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.14",
6-
"@fedify/fedify": "jsr:@fedify/fedify@2.1.14",
7-
"@fedify/vocab": "jsr:@fedify/vocab@2.1.14",
8-
"@fedify/vocab-runtime": "jsr:@fedify/vocab-runtime@2.1.14",
5+
"@fedify/denokv": "jsr:@fedify/denokv@~2.1.15",
6+
"@fedify/fedify": "jsr:@fedify/fedify@~2.1.15",
7+
"@fedify/vocab": "jsr:@fedify/vocab@~2.1.15",
8+
"@fedify/vocab-runtime": "jsr:@fedify/vocab-runtime@~2.1.15",
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",
@@ -27,7 +27,7 @@
2727
"exclude": ["*.md", "*.yaml", "*.yml"]
2828
},
2929
"tasks": {
30-
"hongdown": "deno run -A npm:hongdown@^0.3.8",
30+
"hongdown": "deno run -A npm:hongdown@^0.4.3",
3131
"check": {
3232
"dependencies": ["check-versions"],
3333
"command": "deno check && deno lint && deno fmt --check && deno task hongdown --check && deno publish --dry-run --allow-dirty"

deno.lock

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

docs/examples.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ a simple two-factor authentication mechanism through the fediverse.
3838

3939
The authentication flow works as follows:
4040

41-
1. *Initial setup*: The user visits the web interface and enters their fediverse
42-
handle (e.g., `@username@server.com`).
41+
1. *Initial setup*: The user visits the web interface and enters their
42+
fediverse handle (e.g., `@username@server.com`).
4343

44-
2. *Challenge generation*: The system generates a random set of emojis and sends
45-
a direct message containing a poll with all available emoji options to
46-
the user's fediverse account.
44+
2. *Challenge generation*: The system generates a random set of emojis and
45+
sends a direct message containing a poll with all available emoji options
46+
to the user's fediverse account.
4747

4848
3. *Web interface display*: The correct emoji sequence is displayed on the
4949
web page.

packages/botkit-sqlite/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ Features
106106
- Follower and following relationship management
107107
- Poll voting system
108108

109-
- **Resource management**: Implements `Disposable` interface for proper cleanup
109+
- **Resource management**: Implements `Disposable` interface for proper
110+
cleanup
110111

111112
<!-- cSpell: ignore mybot -->

0 commit comments

Comments
 (0)