From 7315aa8c9b924c9351838ec5c1351a8c75e66bf1 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Fri, 12 Jan 2024 07:33:16 -0500 Subject: [PATCH] Prioritize fuzz for JSON and code coverage --- TODO.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index 14b4c438..0f12696f 100644 --- a/TODO.md +++ b/TODO.md @@ -29,6 +29,8 @@ Always Next ==== +* Consider adding fuzzer code for JSON +* Add some additional code coverage analysis to CI * Spell check: Have the spell-check script synchronize cSpell.json with .idea/dictionaries/qpdf.xml, which should be set to the union of all the validated user dictionaries. * Maybe fix #553 -- use file times for attachments (trivial with C++-20) @@ -377,8 +379,6 @@ so, I find it useful to make reference to them in this list. * Look at https://bestpractices.coreinfrastructure.org/en -* Consider adding fuzzer code for JSON - * Rework tests so that nothing is written into the source directory. Ideally then the entire build could be done with a read-only source tree.