ossf / fuzz-introspector

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

webapp: Handles missing function signature #1738

Closed arthurscchan closed 2 months ago

arthurscchan commented 2 months ago

The frontend of FI failed to extract signatures for functions in a Python project. This results in N/A for the function signature field of all functions in the project, affecting the further processing of the web app and OFG. This PR fixes the issue by setting the function signature to the function name by default whenever the signature is missing.