aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2024-01-12 13:33:16 +0100
committerJay Berkenbilt <ejb@ql.org>2024-01-12 15:03:15 +0100
commit7315aa8c9b924c9351838ec5c1351a8c75e66bf1 (patch)
tree6dccf629c75ba099c6efc6dea70a206ffb630e3f
parent25e87a9d0367b28206b69fdb0c1c09b9858d69b7 (diff)
downloadqpdf-7315aa8c9b924c9351838ec5c1351a8c75e66bf1.tar.zst
Prioritize fuzz for JSON and code coverage
-rw-r--r--TODO.md4
1 files 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.