Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| b3cb41be | 2024-05-13 12:18:08 | fuzz: Add xmllint fuzzer | ||
| b62ccf7f | 2024-04-16 13:24:12 | fuzz: Add fuzzer for XML reader API | ||
| ee0c1f87 | 2024-02-29 14:51:49 | fuzz: New tree API fuzzer | ||
| 4eba9f9c | 2023-03-12 16:15:54 | fuzz: Separate fuzzer for DTD validation | ||
| d1272c2e | 2023-02-13 11:16:57 | fuzz: Add xinclude to .gitignore | ||
| d19bab68 | 2022-02-19 19:26:10 | Fix fuzz/.gitignore after fixing VPATH build | ||
| 0d5f3710 | 2020-08-24 16:28:54 | Consolidate seed corpus generation Implement file handling in C to speed up corpus generation. | ||
| ad26a60f | 2020-08-06 13:20:01 | Add XPath and XPointer fuzzer | ||
| 905820a4 | 2020-07-12 22:59:39 | Update fuzzing code - Shorten timeouts - Align options from Makefile and options files - Add section headers to Makefile - Skip invalid UTF-8 in regexp fuzzer - Update regexp.dict - Generate HTML seed corpus in correct format | ||
| eac1c7e2 | 2020-06-21 14:42:00 | Fuzz target for XML Schemas This only tests the schema parser for now. | ||
| 536f421d | 2020-06-15 12:20:54 | Fuzz target for HTML parser | ||
| 00ed736e | 2020-06-05 12:49:25 | Add a couple of libFuzzer targets - XML fuzzer Currently tests the pull parser, push parser and reader, as well as serialization. Supports splitting fuzz data into multiple documents for things like external DTDs or entities. The seed corpus is built from parts of the test suite. - Regexp fuzzer Seed corpus was statically generated from test suite. - URI fuzzer Tests parsing and most other functions from uri.c. |