Skip to content

Commit 3477790

Browse files
authored
Merge branch 'main' into add-new-test-case
2 parents 0920fff + bf66eab commit 3477790

18 files changed

+84
-83
lines changed

.github/actions/spelling/allow.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,7 @@ linux
422422
linuxptp
423423
lite
424424
lldpd
425+
llvm
425426
logrotate
426427
lrzip
427428
lua

.github/workflows/build-wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
egress-policy: audit
2929

3030
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
31-
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
31+
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
3232
with:
3333
python-version: ${{ matrix.python-version }}
3434
cache: 'pip'

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
# Initializes the CodeQL tools for scanning.
5353
- name: Initialize CodeQL
54-
uses: github/codeql-action/init@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
54+
uses: github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
5555
with:
5656
languages: ${{ matrix.language }}
5757
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -76,4 +76,4 @@ jobs:
7676
# make release
7777

7878
- name: Perform CodeQL Analysis
79-
uses: github/codeql-action/analyze@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
79+
uses: github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13

.github/workflows/cve_scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
egress-policy: audit
2323

2424
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
25-
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
25+
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
2626
with:
2727
python-version: '3.11'
2828
cache: 'pip'

.github/workflows/formatting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
egress-policy: audit
2525

2626
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
27-
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
27+
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
2828
with:
2929
python-version: '3.11'
3030
cache: 'pip'

.github/workflows/fuzzing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v4
2020

2121
- name: Set up Python
22-
uses: actions/setup-python@v5.4.0
22+
uses: actions/setup-python@v5.5.0
2323
with:
2424
python-version: 3.10.16
2525

.github/workflows/linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
egress-policy: audit
2525

2626
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
27-
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
27+
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
2828
with:
2929
python-version: '3.11'
3030
cache: 'pip'

.github/workflows/sbom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
egress-policy: audit
2828

2929
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
30-
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
30+
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
3131
with:
3232
python-version: ${{ matrix.python }}
3333
cache: 'pip'

.github/workflows/testing.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
pypi.org:443
5050
5151
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
52-
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
52+
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
5353
with:
5454
python-version: '3.11'
5555
cache: 'pip'
@@ -109,7 +109,7 @@ jobs:
109109
*.codecov.io:443
110110
codecov.io:443
111111
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
112-
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
112+
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
113113
with:
114114
python-version: ${{ matrix.python }}
115115
cache: 'pip'
@@ -205,7 +205,7 @@ jobs:
205205

206206
steps:
207207
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
208-
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
208+
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
209209
with:
210210
python-version: '3.13'
211211
cache: 'pip'
@@ -322,7 +322,7 @@ jobs:
322322

323323
steps:
324324
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
325-
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
325+
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
326326
with:
327327
python-version: '3.13'
328328
cache: 'pip'
@@ -425,7 +425,7 @@ jobs:
425425

426426
steps:
427427
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
428-
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
428+
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
429429
with:
430430
python-version: '3.13'
431431
cache: 'pip'
@@ -528,7 +528,7 @@ jobs:
528528

529529
steps:
530530
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
531-
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
531+
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
532532
with:
533533
python-version: '3.13'
534534
cache: 'pip'
@@ -664,7 +664,7 @@ jobs:
664664
www.sqlite.org:443
665665
666666
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
667-
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
667+
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
668668
with:
669669
python-version: '3.13'
670670
cache: 'pip'
@@ -771,7 +771,7 @@ jobs:
771771
egress-policy: audit
772772

773773
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
774-
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
774+
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
775775
with:
776776
python-version: '3.12'
777777
cache: 'pip'

.github/workflows/update-cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
egress-policy: audit
3232

3333
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
34-
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
34+
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
3535
with:
3636
python-version: '3.13'
3737
cache: 'pip'

.github/workflows/update-js-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
3030

31-
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
31+
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
3232
with:
3333
python-version: '3.11'
3434

.github/workflows/update-pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
3030

31-
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
31+
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
3232
with:
3333
python-version: '3.11'
3434

.github/workflows/validate-yml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
2222
with:
2323
fetch-depth: 0
24-
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
24+
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
2525
with:
2626
python-version: '3.11'
2727
cache: 'pip'

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repos:
2929
args: ["--py38-plus"]
3030

3131
- repo: https://github.com/pycqa/flake8
32-
rev: 7.1.2
32+
rev: 7.2.0
3333
hooks:
3434
- id: flake8
3535
exclude: ^fuzz/generated/|bandit\.conf$

README.md

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ CVE Binary Tool uses the NVD API but is not endorsed or certified by the NVD.
1616

1717
The tool has two main modes of operation:
1818

19-
1. A binary scanner which helps you determine which packages may have been included as part of a piece of software. There are <!-- NUMBER OF CHECKERS START-->402<!--NUMBER OF CHECKERS END--> checkers. Our initial focus was on common, vulnerable open source components such as openssl, libpng, libxml2 and expat.
19+
1. A binary scanner which helps you determine which packages may have been included as part of a piece of software. There are <!-- NUMBER OF CHECKERS START-->403<!--NUMBER OF CHECKERS END--> checkers. Our initial focus was on common, vulnerable open source components such as openssl, libpng, libxml2 and expat.
2020

2121
2. Tools for scanning known component lists in various formats, including .csv, several linux distribution package lists, language specific package scanners and several Software Bill of Materials (SBOM) formats.
2222

@@ -226,7 +226,7 @@ The following checkers are available for finding components in binary files:
226226

227227
<!--CHECKERS TABLE BEGIN-->
228228
| | | | Available checkers | | | |
229-
|----------------- |-------------- |------------------ |------------- |--------------- |------------- |--------------- |
229+
|--------------- |----------------- |------------------ |-------------- |--------------- |----------- |------------- |
230230
| accountsservice |acpid |apache_http_server |apcupsd |apparmor |apr |asn1c |
231231
| assimp |asterisk |atftp |avahi |axel |bash |bind |
232232
| binutils |bird |bison |bluez |boa |boinc |botan |
@@ -257,34 +257,34 @@ The following checkers are available for finding components in binary files:
257257
| libseccomp |libsndfile |libsolv |libsoup |libsrtp |libssh |libssh2 |
258258
| libtasn1 |libtiff |libtomcrypt |libupnp |libuv |libvips |libvirt |
259259
| libvncserver |libvorbis |libvpx |libxslt |libyaml |libyang |lighttpd |
260-
| linux_kernel |linuxptp |lldpd |logrotate |lrzip |lua |luajit |
261-
| lxc |lynx |lz4 |lzo2 |mailx |mariadb |mbedtls |
262-
| mdadm |memcached |micropython |minetest |mini_httpd |minicom |minidlna |
263-
| miniupnpc |miniupnpd |moby |modsecurity |monit |mosquitto |motion |
264-
| mp4v2 |mpg123 |mpv |msmtp |mtr |mupdf |mutt |
265-
| mysql |nano |nasm |nbd |ncurses |neon |nessus |
266-
| netatalk |netdata |netkit_ftp |netpbm |nettle |nghttp2 |nginx |
267-
| ngircd |nmap |node |ntfs_3g |ntp |ntpsec |oath_toolkit |
268-
| open_iscsi |open_vm_tools |openafs |openblas |opencv |openjpeg |openldap |
269-
| opensc |openssh |openssl |openswan |openvpn |openvswitch |orc |
270-
| p7zip |pango |patch |pcre |pcre2 |pcsc_lite |perl |
271-
| php |picocom |pigz |pixman |pjsip |png |polarssl_fedora |
272-
| poppler |postgresql |ppp |privoxy |procps_ng |proftpd |protobuf_c |
273-
| pspp |pure_ftpd |putty |python |qemu |qpdf |qt |
274-
| quagga |radare2 |radvd |raptor |rauc |rdesktop |readline |
275-
| redis |rpm |rsync |rsyslog |rtl_433 |rtmpdump |ruby |
276-
| runc |rust |samba |sane_backends |sasl |sdl |seahorse |
277-
| shadowsocks_libev |snapd |sngrep |snort |socat |sofia_sip |speex |
278-
| spice |sqlite |squashfs |squid |sslh |stellarium |strongswan |
279-
| stunnel |subversion |sudo |suricata |sylpheed |syslogng |sysstat |
280-
| systemd |tar |tbb |tcpdump |tcpreplay |terminology |tesseract |
281-
| thrift |thttpd |thunderbird |timescaledb |tinyproxy |tor |toybox |
282-
| tpm2_tss |traceroute |transmission |trousers |ttyd |twonky_server |u_boot |
283-
| udisks |unbound |unixodbc |upx |util_linux |uwsgi |varnish |
284-
| vim |vlc |vorbis_tools |vsftpd |wavpack |webkitgtk |wget |
285-
| wireshark |wolfssl |wpa_supplicant |xerces |xml2 |xpdf |xscreensaver |
286-
| xwayland |xz |yasm |zabbix |zchunk |zeek |zlib |
287-
| znc |zsh |zstandard | | | | |
260+
| linux_kernel |linuxptp |lldpd |llvm |logrotate |lrzip |lua |
261+
| luajit |lxc |lynx |lz4 |lzo2 |mailx |mariadb |
262+
| mbedtls |mdadm |memcached |micropython |minetest |mini_httpd |minicom |
263+
| minidlna |miniupnpc |miniupnpd |moby |modsecurity |monit |mosquitto |
264+
| motion |mp4v2 |mpg123 |mpv |msmtp |mtr |mupdf |
265+
| mutt |mysql |nano |nasm |nbd |ncurses |neon |
266+
| nessus |netatalk |netdata |netkit_ftp |netpbm |nettle |nghttp2 |
267+
| nginx |ngircd |nmap |node |ntfs_3g |ntp |ntpsec |
268+
| oath_toolkit |open_iscsi |open_vm_tools |openafs |openblas |opencv |openjpeg |
269+
| openldap |opensc |openssh |openssl |openswan |openvpn |openvswitch |
270+
| orc |p7zip |pango |patch |pcre |pcre2 |pcsc_lite |
271+
| perl |php |picocom |pigz |pixman |pjsip |png |
272+
| polarssl_fedora |poppler |postgresql |ppp |privoxy |procps_ng |proftpd |
273+
| protobuf_c |pspp |pure_ftpd |putty |python |qemu |qpdf |
274+
| qt |quagga |radare2 |radvd |raptor |rauc |rdesktop |
275+
| readline |redis |rpm |rsync |rsyslog |rtl_433 |rtmpdump |
276+
| ruby |runc |rust |samba |sane_backends |sasl |sdl |
277+
| seahorse |shadowsocks_libev |snapd |sngrep |snort |socat |sofia_sip |
278+
| speex |spice |sqlite |squashfs |squid |sslh |stellarium |
279+
| strongswan |stunnel |subversion |sudo |suricata |sylpheed |syslogng |
280+
| sysstat |systemd |tar |tbb |tcpdump |tcpreplay |terminology |
281+
| tesseract |thrift |thttpd |thunderbird |timescaledb |tinyproxy |tor |
282+
| toybox |tpm2_tss |traceroute |transmission |trousers |ttyd |twonky_server |
283+
| u_boot |udisks |unbound |unixodbc |upx |util_linux |uwsgi |
284+
| varnish |vim |vlc |vorbis_tools |vsftpd |wavpack |webkitgtk |
285+
| wget |wireshark |wolfssl |wpa_supplicant |xerces |xml2 |xpdf |
286+
| xscreensaver |xwayland |xz |yasm |zabbix |zchunk |zeek |
287+
| zlib |znc |zsh |zstandard | | | |
288288
<!--CHECKERS TABLE END-->
289289

290290
All the checkers can be found in the checkers directory, as can the

cve_bin_tool/checkers/json_c.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ class JsonCChecker(Checker):
2020
VERSION_PATTERNS = [
2121
r"json-c-([0-9]+\.[0-9]+\.?[0-9]*)",
2222
r"([0-9]+\.[0-9]+\.?[0-9]*)\r?\njson-c",
23-
r"([0-9]+\.[0-9]+\.?[0-9]*)[a-zA-Z0-9,% *!_()='+:\"\.\-\\\r\n]*json_tokener_error",
23+
r"([0-9]+\.[0-9]+\.?[0-9]*)[a-zA-Z0-9,% *!_()='+:\"\.\-\\\r\n]* json_tokener_error",
2424
]
2525
VENDOR_PRODUCT = [("json-c", "json-c"), ("json-c_project", "json-c")]

dev-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ build
66
isort; python_version < "3.8"
77
isort==6.0.1; python_version >= "3.8"
88
pre-commit; python_version <= "3.8"
9-
pre-commit==4.1.0; python_version > "3.8"
9+
pre-commit==4.2.0; python_version > "3.8"
1010
codespell==v2.4.1
1111
flake8; python_version < "3.8"
12-
flake8==7.1.2; python_version >= "3.8"
12+
flake8==7.2.0; python_version >= "3.8"
1313
gitlint==v0.19.1
1414
interrogate
1515
jsonschema

doc/MANUAL.md

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ which is useful if you're trying the latest code from
243243

244244
<!--CHECKERS TABLE BEGIN-->
245245
| | | | Available checkers | | | |
246-
|----------------- |-------------- |------------------ |------------- |--------------- |------------- |--------------- |
246+
|--------------- |----------------- |------------------ |-------------- |--------------- |----------- |------------- |
247247
| accountsservice |acpid |apache_http_server |apcupsd |apparmor |apr |asn1c |
248248
| assimp |asterisk |atftp |avahi |axel |bash |bind |
249249
| binutils |bird |bison |bluez |boa |boinc |botan |
@@ -274,34 +274,34 @@ which is useful if you're trying the latest code from
274274
| libseccomp |libsndfile |libsolv |libsoup |libsrtp |libssh |libssh2 |
275275
| libtasn1 |libtiff |libtomcrypt |libupnp |libuv |libvips |libvirt |
276276
| libvncserver |libvorbis |libvpx |libxslt |libyaml |libyang |lighttpd |
277-
| linux_kernel |linuxptp |lldpd |logrotate |lrzip |lua |luajit |
278-
| lxc |lynx |lz4 |lzo2 |mailx |mariadb |mbedtls |
279-
| mdadm |memcached |micropython |minetest |mini_httpd |minicom |minidlna |
280-
| miniupnpc |miniupnpd |moby |modsecurity |monit |mosquitto |motion |
281-
| mp4v2 |mpg123 |mpv |msmtp |mtr |mupdf |mutt |
282-
| mysql |nano |nasm |nbd |ncurses |neon |nessus |
283-
| netatalk |netdata |netkit_ftp |netpbm |nettle |nghttp2 |nginx |
284-
| ngircd |nmap |node |ntfs_3g |ntp |ntpsec |oath_toolkit |
285-
| open_iscsi |open_vm_tools |openafs |openblas |opencv |openjpeg |openldap |
286-
| opensc |openssh |openssl |openswan |openvpn |openvswitch |orc |
287-
| p7zip |pango |patch |pcre |pcre2 |pcsc_lite |perl |
288-
| php |picocom |pigz |pixman |pjsip |png |polarssl_fedora |
289-
| poppler |postgresql |ppp |privoxy |procps_ng |proftpd |protobuf_c |
290-
| pspp |pure_ftpd |putty |python |qemu |qpdf |qt |
291-
| quagga |radare2 |radvd |raptor |rauc |rdesktop |readline |
292-
| redis |rpm |rsync |rsyslog |rtl_433 |rtmpdump |ruby |
293-
| runc |rust |samba |sane_backends |sasl |sdl |seahorse |
294-
| shadowsocks_libev |snapd |sngrep |snort |socat |sofia_sip |speex |
295-
| spice |sqlite |squashfs |squid |sslh |stellarium |strongswan |
296-
| stunnel |subversion |sudo |suricata |sylpheed |syslogng |sysstat |
297-
| systemd |tar |tbb |tcpdump |tcpreplay |terminology |tesseract |
298-
| thrift |thttpd |thunderbird |timescaledb |tinyproxy |tor |toybox |
299-
| tpm2_tss |traceroute |transmission |trousers |ttyd |twonky_server |u_boot |
300-
| udisks |unbound |unixodbc |upx |util_linux |uwsgi |varnish |
301-
| vim |vlc |vorbis_tools |vsftpd |wavpack |webkitgtk |wget |
302-
| wireshark |wolfssl |wpa_supplicant |xerces |xml2 |xpdf |xscreensaver |
303-
| xwayland |xz |yasm |zabbix |zchunk |zeek |zlib |
304-
| znc |zsh |zstandard | | | | |
277+
| linux_kernel |linuxptp |lldpd |llvm |logrotate |lrzip |lua |
278+
| luajit |lxc |lynx |lz4 |lzo2 |mailx |mariadb |
279+
| mbedtls |mdadm |memcached |micropython |minetest |mini_httpd |minicom |
280+
| minidlna |miniupnpc |miniupnpd |moby |modsecurity |monit |mosquitto |
281+
| motion |mp4v2 |mpg123 |mpv |msmtp |mtr |mupdf |
282+
| mutt |mysql |nano |nasm |nbd |ncurses |neon |
283+
| nessus |netatalk |netdata |netkit_ftp |netpbm |nettle |nghttp2 |
284+
| nginx |ngircd |nmap |node |ntfs_3g |ntp |ntpsec |
285+
| oath_toolkit |open_iscsi |open_vm_tools |openafs |openblas |opencv |openjpeg |
286+
| openldap |opensc |openssh |openssl |openswan |openvpn |openvswitch |
287+
| orc |p7zip |pango |patch |pcre |pcre2 |pcsc_lite |
288+
| perl |php |picocom |pigz |pixman |pjsip |png |
289+
| polarssl_fedora |poppler |postgresql |ppp |privoxy |procps_ng |proftpd |
290+
| protobuf_c |pspp |pure_ftpd |putty |python |qemu |qpdf |
291+
| qt |quagga |radare2 |radvd |raptor |rauc |rdesktop |
292+
| readline |redis |rpm |rsync |rsyslog |rtl_433 |rtmpdump |
293+
| ruby |runc |rust |samba |sane_backends |sasl |sdl |
294+
| seahorse |shadowsocks_libev |snapd |sngrep |snort |socat |sofia_sip |
295+
| speex |spice |sqlite |squashfs |squid |sslh |stellarium |
296+
| strongswan |stunnel |subversion |sudo |suricata |sylpheed |syslogng |
297+
| sysstat |systemd |tar |tbb |tcpdump |tcpreplay |terminology |
298+
| tesseract |thrift |thttpd |thunderbird |timescaledb |tinyproxy |tor |
299+
| toybox |tpm2_tss |traceroute |transmission |trousers |ttyd |twonky_server |
300+
| u_boot |udisks |unbound |unixodbc |upx |util_linux |uwsgi |
301+
| varnish |vim |vlc |vorbis_tools |vsftpd |wavpack |webkitgtk |
302+
| wget |wireshark |wolfssl |wpa_supplicant |xerces |xml2 |xpdf |
303+
| xscreensaver |xwayland |xz |yasm |zabbix |zchunk |zeek |
304+
| zlib |znc |zsh |zstandard | | | |
305305
<!--CHECKERS TABLE END-->
306306

307307
For a quick overview of usage and how it works, you can also see [the readme file](README.md).

0 commit comments

Comments
 (0)