Skip to content

Commit

Permalink
Rename Fuzz Target
Browse files Browse the repository at this point in the history
  • Loading branch information
ebell495 authored and mayhem-bot committed Sep 19, 2022
1 parent 1e55b47 commit 7b79419
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ RUN pip3 install atheris

COPY . /fickling
WORKDIR /fickling
RUN python3 -m pip install . && chmod +x fuzz/fuzz.py
RUN python3 -m pip install . && chmod +x fuzz/fuzz_pickle_decompiler.py
2 changes: 1 addition & 1 deletion Mayhemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ testsuite:
- file://./fuzz/fuzz_corpus

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

0 comments on commit 7b79419

Please sign in to comment.