TODO: add note about updating fuzzer tests

This commit is contained in:
Jay Berkenbilt 2021-02-22 16:10:59 -05:00
parent 83216e640c
commit d86a4faeeb
1 changed files with 4 additions and 0 deletions

4
TODO
View File

@ -249,6 +249,10 @@ directory or that are otherwise not publicly accessible. This includes
things sent to me by email that are specifically not public. Even so,
I find it useful to make reference to them in this list.
* Consider updating the fuzzer with code that exercises
copyAnnotations, file attachments, and name and number trees. Check
fuzzer coverage.
* Add code for creation of a file attachment annotation. It should
also be possible to create a widget annotation and a form field.
Update the pdf-attach-file.cc example with new APIs when ready.