8000 Putting back the fuzzer badge and extending the documentation. (#587) · JavaScriptExpert/simdjson@5af0dfb · GitHub
[go: up one dir, main page]

Skip to content

Commit 5af0dfb

Browse files
authored
Putting back the fuzzer badge and extending the documentation. (simdjson#587)
1 parent d1eef24 commit 5af0dfb

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ This library is part of the [Awesome Modern C++](https://awesomecpp.com) list.
1212

1313
[![Build Status](https://cloud.drone.io/api/badges/simdjson/simdjson/status.svg)](https://cloud.drone.io/simdjson/simdjson)
1414
[![CircleCI](https://circleci.com/gh/simdjson/simdjson.svg?style=svg)](https://circleci.com/gh/simdjson/simdjson)
15+
[![Fuzzing Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/simdjson.svg)](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&q=proj%3Asimdjson&can=2)
1516
[![Build status](https://ci.appveyor.com/api/projects/status/ae77wp5v3lebmu6n/branch/master?svg=true)](https://ci.appveyor.com/project/lemire/simdjson-jmmti/branch/master)
1617
[![][license img]][license]
1718

fuzz/Fuzzing.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,15 @@
66
- https://github.com/lemire/simdjson/issues/351
77
- https://github.com/lemire/simdjson/issues/345
88

9-
Simdjson tries to follow [fuzzing best practises](https://google.github.io/oss-fuzz/advanced-topics/ideal-integration/#summary).
9+
The simdjson library tries to follow [fuzzing best practises](https://google.github.io/oss-fuzz/advanced-topics/ideal-integration/#summary).
10+
11+
The simdjson library is continuously fuzzed on [oss-fuzz](https://github.com/google/oss-fuzz).
12+
13+
14+
## Currently open bugs
15+
16+
You can find the currently opened bugs, if any at [bugs.chromium.org](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&q=proj%3Asimdjson&can=2): make sure not to miss the "Open Issues" selector. Bugs that are fixed by follow-up commits are automatically closed.
1017

11-
Simdjson is continuously fuzzed on [oss-fuzz](https://github.com/google/oss-fuzz).
1218

1319
## Fuzzing as a CI job
1420

@@ -29,7 +35,7 @@ The corpus will grow over time and easy to find bugs will be detected already du
2935

3036
## Corpus
3137

32-
Simdjson does not benefit from a corpus as much as other projects, because the library is very fast and explores the input space very well. With that said, it is still beneficial to have one. The CI job stores the corpus on bintray between runs, and is available here: https://dl.bintray.com/pauldreik/simdjson-fuzz-corpus/corpus/corpus.tar
38+
The simdjson library does not benefit from a corpus as much as other projects, because the library is very fast and explores the input space very well. With that said, it is still beneficial to have one. The CI job stores the corpus on bintray between runs, and is available here: https://dl.bintray.com/pauldreik/simdjson-fuzz-corpus/corpus/corpus.tar
3339

3440
One can also grab the corpus as an artifact from the github actions job. Pick a run, then go to artifacts and download.
3541

0 commit comments

Comments
 (0)
0