John M. Horan

Results 146 comments of John M. Horan

This PR is related to issue #2945.

I've updated the package and vulnerability searches to do nothing when the search box is empty -- using jQuery, and stripping leading/trailing spaces as well (which also takes care of...

See also new issue opened by @pombredanne -- https://github.com/nexB/vulnerablecode/issues/871

I'm adding tasks beyond those initially identified above: - [x] Move landing page search instructions to icon-hover displays - [x] Add relevant search box/capability to the package/purl and vulnerability search...

This has been completed.

@mjherzog We recently added a URL for Aliases that are linked to the "official" source we use. My experience is limited to my local DB, which contains CVE and GHSA...

With thanks to @TG1999 for the solution, we seem to have resolved this issue by adding `distinct=True` to both `Count()` parentheticals: ``` @staticmethod def request_to_vulnerabilities(request): vuln_id = request.GET["vuln_id"] return list(...

This was addressed back on 8/10/22 and I should have closed it then.