OpenSourceFellows/amplify

Adding Fuzzing to increase security score

Opened this issue · 4 comments

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:

  • "commands to install jest-fuzzer along vue test utils"
  • In file lob.js "add fuzz library to this file"
  • Highlight function "/test"
  • Highlight the test and function "refactor to add fuzz"

Starting now

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

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