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

depscan was reporting redis:redis for pypi:redis #302

Merged
merged 2 commits into from
May 2, 2024

Conversation

prabhu
Copy link
Member

@prabhu prabhu commented May 2, 2024

numpy:numpy must be reported for pypi:numpy. However, redis:redis must not be reported for pypi:redis even though it has CPE similar to numpy.

This is fixed by adding numpy to package_alias and filtering vendor == name for non-nuget ecosystems.

Possible regression of #113. After #113, we actually lost numpy:numpy and selenium:selenium.

prabhu added 2 commits May 2, 2024 21:31
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
@prabhu prabhu merged commit c4ee8af into release/5.x May 2, 2024
44 checks passed
@prabhu prabhu deleted the fix/python-redis-bug branch May 2, 2024 21:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant