Commit Graph

4 Commits

Author SHA1 Message Date
jonathanmetzman 50f2fde161
[infra][python] Split out python projects to their own builder. (#6341) 2021-08-30 07:00:26 -07:00
jonathanmetzman 4f0b1d0b69
Dont use apt for installing things, it isn't meant for scripts. (#6252) 2021-08-20 13:39:57 +10:00
Google AutoFuzz Team 86322e1807
Fix the build for beautifulsoup's fuzzer (#4875)
No need to do convert the source to python3 ourself,
since pip can do it itself.
2020-12-21 05:37:36 -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