Skip to content

Commit 9077999

Browse files
committed
Rename Fuzz Harness
1 parent dee3e5a commit 9077999

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ RUN pip3 install atheris
44
COPY . /html5lib
55
WORKDIR /html5lib
66
RUN python3 -m pip install -r requirements.txt
7-
RUN python3 -m pip install . && chmod +x fuzz/fuzz.py
7+
RUN python3 -m pip install . && chmod +x fuzz/fuzz_html_parser.py

Mayhemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project: html5lib-python
2-
target: fuzz
2+
target: fuzz_html_parser
33

44
cmds:
5-
- cmd: fuzz/fuzz.py
5+
- cmd: fuzz/fuzz_html_parser.py
66
libfuzzer: true
File renamed without changes.

0 commit comments

Comments
 (0)