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
What would you like to be added:
Fix classifier which finds haproxy binary.
Why is this needed:
2.x series are not detected
Additional context:
$ syft --version syft 0.74.0 $ syft -q haproxy:2.7 | grep haproxy $ $ syft -q haproxy:2.6 | grep haproxy $ $ syft -q haproxy:2.5 | grep haproxy $ $ syft -q haproxy:2.4 | grep haproxy $ $ syft -q haproxy:2.3 | grep haproxy $ $ syft -q haproxy:2.2 | grep haproxy $ $ syft -q haproxy:2.1 | grep haproxy $ $ syft -q haproxy:2.0 | grep haproxy $ $ syft -q haproxy:1.9 | grep haproxy haproxy 1.9.16 binary $ syft -q haproxy:1.8 | grep haproxy haproxy 1.8.31 binary $ syft -q haproxy:1.7 | grep haproxy haproxy 1.7.14 binary $ syft -q haproxy:1.6 | grep haproxy haproxy 1.6.15 binary $ syft -q haproxy:1.5 | grep haproxy haproxy 1.5.19 binary
The text was updated successfully, but these errors were encountered:
FYI this will be fixed when #1648 is merged -- I overlooked a detail that was needed in the evidenceMatchers function
Sorry, something went wrong.
kzantow
Successfully merging a pull request may close this issue.
What would you like to be added:
Fix classifier which finds haproxy binary.
Why is this needed:
2.x series are not detected
Additional context:
The text was updated successfully, but these errors were encountered: