amplify
amplify copied to clipboard
[Security] Adding Fuzzing to increase security score
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"
Branch: issue-960
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