googleprojectzero / googleprojectzero/fuzzilli
Setting --storagePath=./fuzz_out/ ending with slash is incorrect
Open
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 2.3k
- Forks
- 367
- Avg merge
- 23h 53m
- Merged PRs (30d)
- 1
Description
Setting --storagePath=./fuzz_out/ for fuzzilli makes it use a... ./fuzz_out/fuzz_out path for storage instead of ./fuzz_out.
Seems like an UX bug ;).
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the issue with --storagePath=./fuzz_out/ and trace how the storage path is resolved. Confirm that a trailing slash no longer causes the path to be duplicated, and verify the behavior for both trailing-slash and non-trailing-slash values.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- cli, tooling
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100