Commit Graph

4 Commits

Author SHA1 Message Date
DavidKorczynski ce2f2e537c
Python projects: Fixup string lengths (#9869)
The argument to various consume functions eats up all of the data, am
changing so not all data is used before the last part of the fuzzer.

Ref: https://github.com/google/oss-fuzz/pull/9864
https://github.com/google/oss-fuzz/pull/9864#pullrequestreview-1326908396

---------

Signed-off-by: David Korczynski <david@adalogics.com>
2023-03-06 13:56:55 -08:00
Arthur Chan 48ef7e5a0f
[openpyxl]: fix exception control for internal error (#8616)
Fix exception handling for issues.
48488 (https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=48488)
48506 (https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=48506)y
2022-09-28 14:42:57 +01:00
Oliver Chang 4f2e7adc87
Add vendors to Python projects. (#8547) 2022-09-26 09:50:09 +10:00
Arthur Chan e7af68a230
openpyxl: Initial integration (#7772)
* openpyxl: Initial integration
Build initial fuzzer

* Fix fuzzer

* Fix fuzzer

* Fix fuzzer

* Fix fuzzer comments

* Create new fuzzers
- fuzz_basic.py - Basic workbook fuzzer
- fuzz_load.py - File loading fuzzer
- fuzz_chart.py - Chart fuzzer
- fuzz_comment.py - Sheet comments fuzzer
- fuzz_formulae.py - Formulae parsing fuzzer
- fuzz_sort.py - Data sort and filter fuzzer
- fuzz_sheet.py - Worksheet management fuzzer
- fuzz_cellutil.py - Cell utils fuzzer

* Fix project contact
2022-06-28 01:17:07 +01:00