diff --git a/runtime/tools/dartfuzz/README.md b/runtime/tools/dartfuzz/README.md index 255d8cde9cac..cf9b3c3bf4f2 100644 --- a/runtime/tools/dartfuzz/README.md +++ b/runtime/tools/dartfuzz/README.md @@ -112,4 +112,5 @@ Links * [Dart bugs found with fuzzing](https://github.com/dart-lang/sdk/issues?utf8=%E2%9C%93&q=label%3Adartfuzz+) * [DartFuzz](https://github.com/dart-lang/sdk/tree/master/runtime/tools/dartfuzz) * [DartLibFuzzer](https://github.com/dart-lang/sdk/tree/master/runtime/vm/libfuzzer) +* [Dust](https://pub.dev/packages/dust) * [LibFuzzer](https://llvm.org/docs/LibFuzzer.html) diff --git a/runtime/vm/libfuzzer/README.md b/runtime/vm/libfuzzer/README.md index 78204227f628..84cad34f756f 100644 --- a/runtime/vm/libfuzzer/README.md +++ b/runtime/vm/libfuzzer/README.md @@ -61,4 +61,5 @@ Links * [Dart bugs found with fuzzing](https://github.com/dart-lang/sdk/issues?utf8=%E2%9C%93&q=label%3Adartfuzz+) * [DartFuzz](https://github.com/dart-lang/sdk/tree/master/runtime/tools/dartfuzz) * [DartLibFuzzer](https://github.com/dart-lang/sdk/tree/master/runtime/vm/libfuzzer) +* [Dust](https://pub.dev/packages/dust) * [LibFuzzer](https://llvm.org/docs/LibFuzzer.html)