Skip to content

Make fuzz tests detectable by OpenSSF Scorecard - #80

Merged
Sheharyar-Malik merged 1 commit into
mainfrom
fix/scorecard-fuzz-detection
Jul 25, 2026
Merged

Make fuzz tests detectable by OpenSSF Scorecard#80
Sheharyar-Malik merged 1 commit into
mainfrom
fix/scorecard-fuzz-detection

Conversation

@MudassarTariq

Copy link
Copy Markdown
Member

Summary

  • rename the property-based fuzz test from .mjs to .js
  • update the test:fuzz script path
  • leave all fuzz-test logic unchanged

Why

OpenSSF Scorecard currently scans *.js, *.jsx, *.ts, and *.tsx files for fast-check imports. It does not scan *.mjs, so the merged fuzz suite remains undetected.

Validation

  • npm test (72 tests)
  • npm audit --audit-level=moderate (0 vulnerabilities)

@Sheharyar-Malik
Sheharyar-Malik merged commit 6dbf5ed into main Jul 25, 2026
5 checks passed
@Sheharyar-Malik
Sheharyar-Malik deleted the fix/scorecard-fuzz-detection branch July 25, 2026 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants