We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dee3e5a commit 9077999Copy full SHA for 9077999
Dockerfile
@@ -4,4 +4,4 @@ RUN pip3 install atheris
4
COPY . /html5lib
5
WORKDIR /html5lib
6
RUN python3 -m pip install -r requirements.txt
7
-RUN python3 -m pip install . && chmod +x fuzz/fuzz.py
+RUN python3 -m pip install . && chmod +x fuzz/fuzz_html_parser.py
Mayhemfile
@@ -1,6 +1,6 @@
1
project: html5lib-python
2
-target: fuzz
+target: fuzz_html_parser
3
cmds:
- - cmd: fuzz/fuzz.py
+ - cmd: fuzz/fuzz_html_parser.py
libfuzzer: true
fuzz/fuzz.py renamed to fuzz/fuzz_html_parser.py
0 commit comments