Meet Soni

Results 48 comments of Meet Soni

Purl validation function here can be incorporated in [#3822](https://github.com/intel/cve-bin-tool/pull/3822#pullrequestreview-1883463723)

Overall, I've got the gist of what we want here. But do you have anything specific regarding the logs? I was thinking, maybe a single debug log if purl can't...

Tests are failing because of keyboard interrupt. I don't think it's related to my code changes.

I have tried re-running the tests multiple times on my fork, nonetheless it fails repetitively.

After trying some possibilities, am not able to resolve this windows tests. Going to need some help @terriko Tests for `pytest -n 12 -v --ignore=test/test_cli.py --ignore=test/test_cvedb.py --ignore=test/test_requirements.py --ignore=test/test_html.py --ignore=test/test_json.py` are...

> The test running locally are running on linux (if i had to guess) so will pass as they are passing here too interesting would to run those on windows...

> I did a quick check and it doesn't look like our windows jobs are running very close to the edge of the timeout zone normally. I'm re-running the windows...

Finally!! all tests are passing Only review and merging left! @terriko

> Why do we need to load the database in the checker-action. Doesn't my script already load the database to query it? You have to load it in the pipeline...

Location here is correct. You should run the tool once after retrieving the cache, because you are retrieving it correctly but aren't moving it at desired location, that's why it...