You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to increase the coverage of fuzzer tests.
First, we have to add tests for methods that have string/int inputs (such tests can be easily implemented).
After that, we have to try to cover controller endpoints.
The text was updated successfully, but these errors were encountered:
@yashpandey06 The current fuzzer is not functioning correctly. For more information, please refer to this issue: #405. We are awaiting a resolution before proceeding with any related tasks.
Hello @yashpandey06 . The basic fuzzing workflow has been fixed in #613. Therefore, if you are interested in adding new fuzzing tests, you are highly encouraged to contribute to the LPVS project!
We need to increase the coverage of fuzzer tests.
First, we have to add tests for methods that have string/int inputs (such tests can be easily implemented).
After that, we have to try to cover controller endpoints.
The text was updated successfully, but these errors were encountered: