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

Improves dotnet dependency tree with case insensitive match #1586

Merged
merged 1 commit into from
Jan 21, 2025

Conversation

prabhu
Copy link
Collaborator

@prabhu prabhu commented Jan 21, 2025

Whether package names and purl for dotnet is case-sensitive or not is an ongoing debate.

cdxgen was giving up when there wasn't a direct match, so the dependency tree was imprecise. This PR makes the match insensitive to fix the tree. Package names are still case-sensitive, however, the merge operation is now insensitive.

@prabhu prabhu added bug Something isn't working sponsored lang:dotnet labels Jan 21, 2025
@prabhu prabhu merged commit 34f2242 into master Jan 21, 2025
25 checks passed
@prabhu prabhu deleted the fix/dotnet-case-insensitive-match branch January 21, 2025 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working lang:dotnet sponsored
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant