We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug #4996 changed the PURL types for Windows packages. We should align the package format with the PURL type.
"windows/app" => "windows" E.g. here
cnquery/providers/os/resources/packages/windows_packages.go
Line 458 in 2b40eec
"windows/appx" => "appx" E.g. here
Line 130 in 2b40eec
Expected behavior PURL type and package format should be the same.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
#4996 changed the PURL types for Windows packages. We should align the package format with the PURL type.
"windows/app" => "windows"
E.g. here
cnquery/providers/os/resources/packages/windows_packages.go
Line 458 in 2b40eec
"windows/appx" => "appx"
E.g. here
cnquery/providers/os/resources/packages/windows_packages.go
Line 130 in 2b40eec
Expected behavior
PURL type and package format should be the same.
The text was updated successfully, but these errors were encountered: