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

BUG: jazzer.js not detected #3491

Closed
DavidKorczynski opened this issue Sep 19, 2023 · 2 comments
Closed

BUG: jazzer.js not detected #3491

DavidKorczynski opened this issue Sep 19, 2023 · 2 comments
Labels
kind/bug Something isn't working

Comments

@DavidKorczynski
Copy link
Contributor

Describe the bug
A clear and concise description of what the bug is.

Fuzzers for javascript code using the jazzer.js engine https://github.com/CodeIntelligenceTesting/jazzer.js is not detected.

Reproduction steps
Run scorecard on a repository with such a fuzzer.

Expected behavior
That Scorecard's fuzzing probes detects this fuzzing engine.

Additional context
Problem highlighted in this PR: #3473 (comment)

Scorecard's fuzzing probes need a bit of refactoring to support this because it means there will be multiple checks for Javascript, and at the moment the mapping used here doesn't fit with multiple engines per language.

@DavidKorczynski DavidKorczynski added the kind/bug Something isn't working label Sep 19, 2023
@DavidKorczynski
Copy link
Contributor Author

Assigning myself to this

@DavidKorczynski
Copy link
Contributor Author

This has been fixed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant