Skip to content

Latest commit

 

History

History
73 lines (45 loc) · 2.21 KB

user-interface.rst

File metadata and controls

73 lines (45 loc) · 2.21 KB

User Interface

The search by packages is a very powerful feature of VulnerableCode. It allows you to search for packages by the package URL or purl prefix fragment such as pkg:pypi or by package name.

The search by packages is available at the following URL:

https://public.vulnerablecode.io/packages/search

How to search by packages:

  1. Go to the URL: https://public.vulnerablecode.io/packages/search
  2. Enter the package URL or purl prefix fragment such as pkg:pypi or by package name in the search box.
  3. Click on the search button.

The search results will be displayed in the table below the search box.

image

Click on the package URL to view the package details.

image

The search by vulnerabilities is a very powerful feature of VulnerableCode. It allows you to search for vulnerabilities by the VCID itself. It also allows you to search for vulnerabilities by the CVE, GHSA, CPEs etc or by the fragment of these identifiers like CVE-2021.

The search by vulnerabilities is available at the following URL:

https://public.vulnerablecode.io/vulnerabilities/search

How to search by vulnerabilities:

  1. Go to the URL: https://public.vulnerablecode.io/vulnerabilities/search
  2. Enter the VCID, CVE, GHSA, CPEs etc. in the search box.
  3. Click on the search button.

The search results will be displayed in the table below the search box.

image

Click on the VCID to view the vulnerability details.

image

Affected packages tab shows the list of packages affected by the vulnerability.

image

Fixed by packages tab shows the list of packages that fix the vulnerability.

image