Index: fuzzer/res/imp/README.md |
diff --git a/fuzzer/res/imp/README.md b/fuzzer/res/imp/README.md |
index 1fb03c31bb6e22a28babacbfc22c06d6ad4a3324..604bddd964f041fca8b7a94301cce66c0523a5aa 100644 |
--- a/fuzzer/res/imp/README.md |
+++ b/fuzzer/res/imp/README.md |
@@ -3,6 +3,11 @@ |
**fuzzer-stacktrace-sk:** A visualization of a stacktrace. |
Defaults to showing the top 8 rows. Click to expand entire thing. |
+**fuzzer-collapse-details-sk:** Shows the details of a set of fuzzes. |
+For now, only binary ones are supported, but the api fuzzes shouldn't be too hard to add. |
+If extra details are supplied (in binaryReports), |
+the view can be clicked to expand and show the individual stack traces. |
+ |
## Viewing the Demos: |
Because of security restrictions, you cannot just open up the demo pages, |