diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2026-05-01 20:31:08 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2026-05-01 20:31:08 +0000 |
| commit | e8c3c49b5bbac43cd1497c2593198d19fe506073 (patch) | |
| tree | 45ef98b4deaa0756d12e11391736bc805ec1a640 | |
| parent | dae4e06a9a1b221986d0ba1a8b875d0a3ca33f8e (diff) | |
Filter run_list state event candidates by the current remote's
maintainers to prevent cross-remote state contamination when
multiple nostr:// remotes share the same identifier.
| -rw-r--r-- | CHANGELOG.md | 2 | ||||
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ba6163..ffd0084 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
| @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
| 7 | 7 | ||
| 8 | ## [Unreleased] | 8 | ## [Unreleased] |
| 9 | 9 | ||
| 10 | ## [2.4.3] - 2026-05-01 | ||
| 11 | |||
| 10 | ### Fixed | 12 | ### Fixed |
| 11 | 13 | ||
| 12 | - when a repo has multiple `nostr://` remotes sharing the same identifier, relays could return state events authored by maintainers of the *other* remote; without filtering, the newest event won regardless of author, pointing refs at the wrong commits; state event candidates in `run_list` are now filtered to maintainers of the current remote's repo announcement | 14 | - when a repo has multiple `nostr://` remotes sharing the same identifier, relays could return state events authored by maintainers of the *other* remote; without filtering, the newest event won regardless of author, pointing refs at the wrong commits; state event candidates in `run_list` are now filtered to maintainers of the current remote's repo announcement |
| @@ -1548,7 +1548,7 @@ checksum = "f0efe882e02d206d8d279c20eb40e03baf7cb5136a1476dc084a324fbc3ec42d" | |||
| 1548 | 1548 | ||
| 1549 | [[package]] | 1549 | [[package]] |
| 1550 | name = "ngit" | 1550 | name = "ngit" |
| 1551 | version = "2.4.2" | 1551 | version = "2.4.3" |
| 1552 | dependencies = [ | 1552 | dependencies = [ |
| 1553 | "anyhow", | 1553 | "anyhow", |
| 1554 | "assert_cmd", | 1554 | "assert_cmd", |
| @@ -1,6 +1,6 @@ | |||
| 1 | [package] | 1 | [package] |
| 2 | name = "ngit" | 2 | name = "ngit" |
| 3 | version = "2.4.2" | 3 | version = "2.4.3" |
| 4 | edition = "2021" | 4 | edition = "2021" |
| 5 | description = "nostr plugin for git" | 5 | description = "nostr plugin for git" |
| 6 | authors = ["DanConwayDev <DanConwayDev@protonmail.com>"] | 6 | authors = ["DanConwayDev <DanConwayDev@protonmail.com>"] |