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.21k stars 460 forks source link

test: add non-debian based test for gawk #3409

Closed terriko closed 12 months ago

terriko commented 1 year ago

I just merged #3395 (a gawk checker) and it currently only has a debian-based file test. We try when possible to have tests against multiple linux distributions so that we can tell patterns aren't specific to only one form of packaging, so it would be good to add a second file based test here.

Useful links for writing the test:

It's also possible that the recently merged checker won't work against anything but debian. If that's the case, please open a PR to add a note in the checker file itself saying something like "At this time, this checker works only against debian-based packages".

terriko commented 1 year ago

Short tips for new contributors:

Claiming issues:

donheshanthaka commented 1 year ago

Hello, I would like to work on this issue, Can you assign it to me? Thank you.