Skip to content

Commit b22cdb7

Browse files
committed
docs: update CHANGELOG with unreleased additions
1 parent 6611d19 commit b22cdb7

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## Unreleased
6+
7+
### Testing and fuzzing
8+
9+
* Add cargo-fuzz harness and initial fuzz targets (mrt_record, bgp_message, parser)
10+
* Add additional fuzz targets (BMP/OpenBMP, RIS Live, attributes, MRT header, NLRI); enable rislive feature for fuzzing
11+
12+
### Bug fixes
13+
14+
* Add bounds checks throughout parsers to avoid overread/advance/split_to panics
15+
* Handle invalid MRT BGP4MP_ET header length gracefully (reject ET records with on-wire length < 4)
16+
17+
### Tooling and benchmarking
18+
19+
* Add hyperfine benchmarking script for bgpkit-parser
20+
521
## v0.12.0 - 2025-10-17
622

723
### Examples and benchmarking

0 commit comments

Comments
 (0)