Commit Graph

3 Commits

Author SHA1 Message Date
Google AutoFuzz Team 22fbe14bde
Change the primary_contact for bs4 (#5212)
As requested privately by Leonard
2021-02-18 07:06:54 -08:00
Jeremy Katz d2cd44a77a
Set up contacts for beautiful soup (#4881) 2020-12-22 09:53:46 -08:00
Google AutoFuzz Team 22704c168e
Add BeautifulSoup (#4821)
* Add BeautifulSoup

BeautifulSoup is the standard to parse untrusted/invalid/weird
html in Python, so fuzzing it for unexpected exceptions and
infinite loops makes sense. Moreover,
it's using various parsers, with some of them written in C.

* Update the building script

* ValueError is also a valid exception
2020-12-16 08:51:44 -08:00