Skip to content

Commit

Permalink
Rename Fuzz Harness
Browse files Browse the repository at this point in the history
  • Loading branch information
ebell495 authored and ForAllSecure Mayhem Bot committed Jan 11, 2024
1 parent 93832d3 commit a8d81f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ RUN pip3 install atheris
COPY . /html5lib
WORKDIR /html5lib
RUN python3 -m pip install -r requirements.txt
RUN python3 -m pip install . && chmod +x fuzz/fuzz.py
RUN python3 -m pip install . && chmod +x fuzz/fuzz_html_parser.py
4 changes: 2 additions & 2 deletions Mayhemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project: html5lib-python
target: fuzz
target: fuzz_html_parser

cmds:
- cmd: fuzz/fuzz.py
- cmd: fuzz/fuzz_html_parser.py
libfuzzer: true
File renamed without changes.

0 comments on commit a8d81f0

Please sign in to comment.