intel / cve-bin-tool

The CVE Binary Tool helps you determine if your system includes known vulnerabilities. You can scan binaries for over 200 common, vulnerable components (openssl, libpng, libxml2, expat and others), or if you know the components used, you can get a list of known vulnerabilities associated with an SBOM or a list of components and versions.
https://cve-bin-tool.readthedocs.io/en/latest/
GNU General Public License v3.0
1.23k stars 464 forks source link

ci: re-enable windows tests that previously failed #4351

Closed terriko closed 3 months ago

terriko commented 3 months ago

This is a quick test to see if the snapd and libsrtp tests work on windows since we upgraded the version of python used on windows. Previously they were both failing.

terriko commented 3 months ago

Surprise! Looks like the python 3.12 update on windows (or possibly something else in the intervening time) fixed these tests so they should be ok to re-enable.