Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Support HAProxy dev #3134

Closed
witchcraze opened this issue Aug 18, 2024 · 0 comments · Fixed by #3180
Closed

Support HAProxy dev #3134

witchcraze opened this issue Aug 18, 2024 · 0 comments · Fixed by #3180
Labels
binary-analysis enhancement New feature or request good-first-issue Good for newcomers

Comments

@witchcraze
Copy link
Contributor

What would you like to be added:

Support dev versions of HAProxy in binary detection

Additional context:

$ syft -q haproxy:3.0 | grep haproxy
haproxy                 3.0.3                  binary

# strings /usr/local/sbin/haproxy | grep -e '3\.0\.3'
3.0.3-95a607c
 version 3.0.3-95a607c, released 2024/07/11
3.0.3-95a607c
$ syft -q haproxy:3.0-dev | grep haproxy
$

# haproxy -v
HAProxy version 3.0-dev13-f76e735 2024/05/24 - https://haproxy.org/
Status: development branch - not safe for use in production.
Known bugs: https://github.com/haproxy/haproxy/issues?q=is:issue+is:open
Running on: Linux 6.8.0-40-generic #40-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul  5 10:34:03 UTC 2024 x86_64
# strings /usr/local/sbin/haproxy | grep -e '3\.0-dev'
3.0-dev13-f76e735
 version 3.0-dev13-f76e735, released 2024/05/24
3.0-dev13-f76e735
$ syft -q haproxy:2.9 | grep haproxy
haproxy                 2.9.9                  binary

# strings /usr/local/sbin/haproxy | grep -e '2\.9\.9'
2.9.9-ad75c48
 version 2.9.9-ad75c48, released 2024/06/14
2.9.9-ad75c48
$ syft -q haproxy:2.9-dev | grep haproxy
$

# haproxy -v
HAProxy version 2.9-dev12-7ed737d 2023/11/30 - https://haproxy.org/
Status: development branch - not safe for use in production.
Known bugs: https://github.com/haproxy/haproxy/issues?q=is:issue+is:open
Running on: Linux 6.8.0-40-generic #40-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul  5 10:34:03 UTC 2024 x86_64
# strings /usr/local/sbin/haproxy | grep -e '2\.9-dev'
2.9-dev12-7ed737d
 version 2.9-dev12-7ed737d, released 2023/11/30
2.9-dev12-7ed737d
$ syft -q haproxy:1.9 | grep haproxy
haproxy                 1.9.16                  binary

# strings /usr/local/sbin/haproxy | grep -e '1\.9\.16'
1.9.16
 version 1.9.16, released 2020/07/31
HA-Proxy version 1.9.16 2020/07/31 - https://haproxy.org/
$ syft -q haproxy:1.9-dev11 | grep haproxy
$

# haproxy -v
HA-Proxy version 1.9-dev11 2018/12/16
Copyright 2000-2018 Willy Tarreau <willy@haproxy.org>
# strings /usr/local/sbin/haproxy | grep -e '1\.9-dev'
1.9-dev11
 version 1.9-dev11, released 2018/12/16
HA-Proxy version 1.9-dev11 2018/12/16
@witchcraze witchcraze added the enhancement New feature or request label Aug 18, 2024
@wagoodman wagoodman moved this to Ready in OSS Aug 21, 2024
@github-project-automation github-project-automation bot moved this from Ready to Done in OSS Sep 5, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
binary-analysis enhancement New feature or request good-first-issue Good for newcomers
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants