File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,15 @@ All notable changes to ferry will be documented in this file starting with the f
44
55The format follows the spirit of [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) , and ferry follows semantic versioning after ` v1.0.0 ` .
66
7+ ## [ 1.0.3] - 2026-05-02
8+
9+ ### Added
10+ - Author and link [ Security Model] ( docs/SECURITY_MODEL.md ) to transparently explain ferry's hardening and architectural defense measures.
11+
12+ ### Security
13+ - Hardened ` success_ids ` tracking logic by validating ID ownership against the active share, preventing side-channel information leaks.
14+ - Enforced strict hex-color validation for ` ui.primary_color ` in the configuration to prevent potential CSS injection vectors.
15+
716## [ 1.0.2] - 2026-05-02
817
918### Added
Original file line number Diff line number Diff line change 11package version
22
3- const Version = "v1.0.2 "
3+ const Version = "v1.0.3 "
You can’t perform that action at this time.
0 commit comments