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

Update haproxy binary matcher #1646

Closed
witchcraze opened this issue Mar 3, 2023 · 1 comment · Fixed by #1648
Closed

Update haproxy binary matcher #1646

witchcraze opened this issue Mar 3, 2023 · 1 comment · Fixed by #1648
Assignees
Labels
bug Something isn't working

Comments

@witchcraze
Copy link
Contributor

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
@witchcraze witchcraze added the enhancement New feature or request label Mar 3, 2023
@kzantow
Copy link
Contributor

kzantow commented Mar 3, 2023

FYI this will be fixed when #1648 is merged -- I overlooked a detail that was needed in the evidenceMatchers function

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants