From c40948bed16b8f22bdae93be00634c3f2bbde55f Mon Sep 17 00:00:00 2001 From: Leonard Richardson Date: Mon, 20 Mar 2023 09:17:03 -0400 Subject: Linked another html5lib crash to the fuzz tests. --- bs4/tests/test_fuzz.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bs4/tests/test_fuzz.py b/bs4/tests/test_fuzz.py index a5f2c12..adccb0c 100644 --- a/bs4/tests/test_fuzz.py +++ b/bs4/tests/test_fuzz.py @@ -71,6 +71,9 @@ class TestFuzz(object): # , some ^@ characters, some tags. "clusterfuzz-testcase-minimized-bs4_fuzzer-6600557255327744" + + # Nested table + "crash-0d306a50c8ed8bcd0785b67000fcd5dea1d33f08" ] ) def test_html5lib_parse_errors(self, filename): -- cgit v1.2.3