OpenSourceFellows / amplify

Open Source Fellow Sandbox
https://amplify-app-production.herokuapp.com/
MIT License
86 stars 62 forks source link

Adding Fuzzing to increase security score #960

Open priyadam opened 2 weeks ago

priyadam commented 2 weeks ago
Screenshot 2024-10-09 at 9 39 46 AM

Context: This checking if the repository name is included in the OSS-Fuzz project list. Fuzzing, or fuzz testing, is the practice of feeding unexpected or random data into a program to expose bugs. This repo largely used VueJS so we'll install jest-fuzzer and use it with a few tests. Copilot prompts will be in quotes.

Tasks:

Dunridge commented 1 week ago

Branch: issue-960

DarFang commented 1 week ago

Starting now

DarFang commented 1 week ago

i think i am a bit confused. there is no library that exists jest-fuzzer

Alex-is-Gonzalez commented 1 week ago

@priyadam delete this issue for tomorrow's hackpod to avoid installation hiccups