ossf / fuzz-introspector

Fuzz Introspector -- introspect, extend and optimise fuzzers
https://fuzz-introspector.readthedocs.io
Apache License 2.0
377 stars 54 forks source link

Consider implementing web server to allow configuration/user interaction in the analysis #35

Open DavidKorczynski opened 2 years ago

DavidKorczynski commented 2 years ago

One of the main things I have in mind here is that it would be nice to re-run some of the fuzz-introspector analysis by way of the interface, without having to rerun the whole analysis. The case I have in mind if is if fuzz-introspector by default includes too much information (e.g. files from third party libraries) it would be great to indicate in the web interface to remove that from the analysis.

DavidKorczynski commented 2 years ago

instead of adding a server we may be able to push some logic into javascript

DavidKorczynski commented 2 years ago

perhaps related: https://github.com/ossf/fuzz-introspector/issues/111