Added more catch substrings to fuzzer

pull/583/head
McKenna 2023-11-08 20:14:42 -05:00
rodzic 0816d7bb0b
commit 7cb4c56bc4
2 zmienionych plików z 6 dodań i 2 usunięć

Wyświetl plik

@ -9,7 +9,7 @@ Minor changes:
- Added corpus to fuzzing directory
- Added exclusion of fuzzing corpus in MANIFEST.in
- Augmented fuzzer to optionally convert multiple calendars from a source string
- Added additional exception handling of defined errors to fuzzer, to allow fuzzer to explore deeper
Breaking changes:
- ...

Wyświetl plik

@ -24,7 +24,11 @@ with atheris.instrument_imports(
_value_error_matches = [
"component", "parse", "Expected", "Wrong date format", "END encountered",
"vDDD", 'recurrence', 'Wrong datetime', 'Offset must', 'Invalid iCalendar'
"vDDD", 'recurrence', 'Offset must', 'Invalid iCalendar',
'alue MUST', 'Key name', 'Invalid content line', 'does not exist',
'base 64', 'must use datetime', 'Unknown date type', 'Wrong',
'Start time', 'iCalendar', 'recurrence', 'float, float', 'utc offset',
'parent'
]