andrew-morozko/Go fuzz run
Runs a single fuzz func and encrypts findings
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| func | Fuzz test function name | yes | — |
| package | Package containing the fuzz test function | yes | — |
| pgp-key-file | Encrypt the patch file with the pgp key from the given file. | — | ./SECURITY.md |
| tags | Run fuzzer with these tags | no | "" |
| fuzztime | Time to run the fuzzer using go duration format (e.g. 10m). See `go help testflag` for details. | yes | — |
| fuzzminimizetime | Time to run the fuzzer minimizer using go duration format (e.g. 10m). See `go help testflag` for details. | no | "" |
Outputs
no outputs