Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
htrgouvea committed May 17, 2024
1 parent 57aa2d4 commit 6ed0a93
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@
<img src="https://img.shields.io/badge/license-MIT-blue.svg">
</a>
<a href="https://github.com/htrgouvea/fuzzpm/releases">
<img src="https://img.shields.io/badge/version-0.0.3-blue.svg">
<img src="https://img.shields.io/badge/version-0.0.4-blue.svg">
</a>
<br/>
<img src="https://github.com/htrgouvea/fuzzpm/actions/workflows/linter.yml/badge.svg">
<img src="https://github.com/htrgouvea/fuzzpm/actions/workflows/sast.yml/badge.svg">
<img src="https://github.com/htrgouvea/fuzzpm/actions/workflows/security-gate.yml/badge.svg">
</p>
</p>

Expand Down Expand Up @@ -102,8 +106,8 @@ test:
### Fuzzing
```bash
$ perl fuzzer.pl --case cases/json-decode.yml
$ perl fuzzer.pl --case cases/parsing-url.yml
$ perl fuzzpm.pl --case cases/json-decode.yml
$ perl fuzzpm.pl --case cases/parsing-url.yml
```

---
Expand Down

0 comments on commit 6ed0a93

Please sign in to comment.