-
Notifications
You must be signed in to change notification settings - Fork 603
Closed
Labels
Description
Describe the bug
A clear and concise description of what the bug is.
Reproduction steps
Steps to reproduce the behavior:
- podman run -e GITHUB_AUTH_TOKEN=your-token -it --rm gcr.io/openssf/scorecard:stable --repo=https://github.com/diesel-rs/diesel --show-details
- See that it reports the project beeing vulnerable to RUSTSEC-2025-0119
- Checkout diesels and obverse that the
number_prefixis no dependency of the project (can be checked viacargo tree -p number_prefix -i) - (The linked advisory is informal and only reports a not maintained dependency not a vulnerability)
Expected behavior
A clear and concise description of what you expected to happen.
No false positives for reported vulnerabilities and possibly more details on how it believes that a certain vulnerability is present.
Additional context
Add any other context about the problem here.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done