Samsung / LPVS

License Pre-Validation Service analyzes which open source components and licenses are used in every patch. It returns the list of restricted licenses and the possibility of license violation on the comment with the exact code location and the open source component information.
https://samsung.github.io/LPVS/
MIT License
24 stars 26 forks source link

Extend the list of tests for Fuzzer #327

Open o-kopysov opened 1 year ago

o-kopysov commented 1 year ago

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.

yashpandey06 commented 2 months ago

Hey @o-kopysov , this issue seems like interesting , should i work on this

LPVSPayloadUtil file needs a lot of test-coverage.

o-kopysov commented 2 months ago

@yashpandey06 The current fuzzer is not functioning correctly. For more information, please refer to this issue: https://github.com/Samsung/LPVS/issues/405. We are awaiting a resolution before proceeding with any related tasks.

o-kopysov commented 2 months ago

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!

yashpandey06 commented 2 months ago

@o-kopysov thanks for the information .