Commit Graph

9 Commits

Author SHA1 Message Date
Riccardo Schirone 2663f7157b
lxml: use upstream static dependencies (#9136)
The dependencies coming from base-builder-python might be old, let's use
the upstream ones that are downloaded by the setup.py script.

Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=47038
2022-12-05 12:12:38 -08:00
Oliver Chang 4f2e7adc87
Add vendors to Python projects. (#8547) 2022-09-26 09:50:09 +10:00
Oliver Chang d2283617c2
Move vendors to vendor_ccs when there is no maintainer email. (#7698) 2022-05-11 16:23:24 +10:00
DavidKorczynski d28259d4c7
lxml: refine and fix fuzzers (#7655) 2022-05-02 11:17:08 +00:00
DavidKorczynski 2f3614bf1b
lxml: add three new fuzzers (#7646) 2022-04-30 11:45:36 +01:00
DavidKorczynski bc05619b4c
lxml: fix fuzz_xml_parse (#7565) 2022-04-13 10:21:35 +01:00
DavidKorczynski 845b915110
lxml: catch highest exception (#7550)
fuzz_html_parse can also throw SerialisationError:
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=46579

Forces the fuzzers to catch highest lxml exception for now.
2022-04-11 10:09:22 +00:00
DavidKorczynski 38170a90cc
lxml: enable coverage and extend fuzzers (#7544) 2022-04-09 17:09:34 +01:00
DavidKorczynski 3c4a913d3a
lxml: initial integration. (#4908)
* lxml: initial integration.

* update to 2022
2022-04-06 10:20:23 +01:00