Summary
Add a fuzz target for the base64 builtin (builtins/base64.rs). It encodes and decodes base64 data — invalid input handling and padding edge cases should be tested.
Scope
- Fuzz arbitrary data for encode/decode roundtrips
- Test invalid base64 sequences, wrong padding, truncated input
Priority
Low — relatively simple codec, but roundtrip correctness matters.
Summary
Add a fuzz target for the
base64builtin (builtins/base64.rs). It encodes and decodes base64 data — invalid input handling and padding edge cases should be tested.Scope
Priority
Low — relatively simple codec, but roundtrip correctness matters.