ossf / fuzz-introspector

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

webapp: Add project property to function details return #1740

Closed arthurscchan closed 2 weeks ago

arthurscchan commented 2 weeks ago

It was found that some OFG logic for Python requires the project name where a function belongs to determine if the function should be included in a fuzzer. This PR adds the necessary information to the function dictionary, returning it for APIs that require function information.