-
Notifications
You must be signed in to change notification settings - Fork 791
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
What would you like to be added:
binary classifer for Envoy proxy
Why is this needed:
Envoy is widely used.
pullCount : 1B+
starCount : 179
https://hub.docker.com/r/envoyproxy/envoy
Additional context:
$ syft -q envoyproxy/envoy:v1.33-latest | grep envoy
$
1.33
$ ./envoy --version
./envoy version: 14197ab296e1a276facff37b918d62794f0cf48c/1.33.14/Clean/RELEASE/BoringSSL
$ strings envoy | grep '1\.33\.14'
1.33.14
1.32
$ ./envoy --version
./envoy version: 0c686a2237a51b1a07cdc4911dcf90c75f02f82d/1.32.13/Clean/RELEASE/BoringSSL
$ strings envoy | grep '1\.32\.13'
1.32.13
1.31
$ ./envoy --version
./envoy version: f30db0a84189cf3e681687a4a2fa1788062592d0/1.31.10/Clean/RELEASE/BoringSSL
$ strings envoy | grep '1\.31\.10'
1.31.10
1.20
$ ./envoy --version
./envoy version: 88b03ee05473d40e32df85dcc55c9783a0e37cf8/1.20.7/Clean/RELEASE/BoringSSL
$ strings envoy | grep '1\.20\.7'
1.20.7
istio/proxyv2:1.26.8
$ ./envoy --version
./envoy version: 51e3efe76b3f7d4f81ad159701829f8a97f81600/1.34.13-dev/Clean/RELEASE/BoringSSL
$ strings envoy | grep '1\.34\.13'
1.34.13-dev
1.34.13-H
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Done