Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Fuzzing to increase security score #960

Open
4 tasks
priyadam opened this issue Oct 9, 2024 · 4 comments
Open
4 tasks

Adding Fuzzing to increase security score #960

priyadam opened this issue Oct 9, 2024 · 4 comments
Assignees

Comments

@priyadam
Copy link

priyadam commented Oct 9, 2024

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"
@Dunridge
Copy link
Collaborator

Branch: issue-960

@DarFang
Copy link

DarFang commented Oct 16, 2024

Starting now

@DarFang
Copy link

DarFang commented Oct 16, 2024

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

@Alex-is-Gonzalez
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

4 participants