You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ 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-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
The text was updated successfully, but these errors were encountered:
What would you like to be added:
Support dev versions of HAProxy in binary detection
Additional context:
The text was updated successfully, but these errors were encountered: