Skip to content

Commit 4468f30

Browse files
committed
changelog: serial sanitization and optional rate limiting
Add an entry under [Unreleased] > Added describing the new serial console output sanitization and optional rate limiting features. Signed-off-by: Nikita Kalyazin <kalyazin@amazon.com>
1 parent d436ddf commit 4468f30

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ and this project adheres to
1414
support for Vsock Unix domain socket path overriding on snapshot restore. More
1515
information can be found in the
1616
[docs](docs/vsock.md/#unix-domain-socket-renaming).
17+
- [#5824](https://github.com/firecracker-microvm/firecracker/pull/5824): Add
18+
output sanitization to the serial console. Non-printable and control bytes are
19+
replaced with `\xNN` hex escapes, preventing terminal escape injection from
20+
guest to host. Add optional rate limiting to serial console output,
21+
configurable via the `rate_limiter` field on `PUT /serial`. Two new metrics
22+
are exposed under `uart`: `rate_limiter_dropped_bytes` and `sanitized_bytes`.
1723

1824
### Changed
1925

0 commit comments

Comments
 (0)