Review a technology
Filter the Technologies inventory, read an advisory with its CVE IDs, severity, CWE and affected versions, find the scripts carrying a library, and export CSV.
Last update:
The Technologies page is a table with filters, and a drawer per row. This page covers each part, from narrowing the list to deciding what to do with a finding.
Filter the inventory
The toolbar holds a search box and three filters:
| Control | What it does |
|---|---|
| Search | Matches part of a library name |
| Filter by status | Keeps one or more statuses: Up to date, Outdated, Dormant, Deprecated, Unknown |
| Minimum severity | Keeps technologies whose highest severity is at least Low, Medium, High, or Critical |
| Vulnerable only / Not vulnerable | Keeps only technologies with, or only technologies without, a known vulnerability |
The filters combine, and the URL carries them, so a filtered view can be shared as a link. The table orders rows most severe first, then vulnerable before clean, then by name. Two views cover most of the work:
- Vulnerable only with Minimum severity at High is the patch list.
- Filter by status at Outdated and Deprecated is the upgrade backlog.
With the list narrowed, select a row to open it.
Open a technology
Select a row to open the drawer, the panel that holds everything known about that library version. The header shows the library, the version, and the status label. Four sections follow: Overview, Vulnerabilities, Scripts, and History.
Overview repeats the row plus the website of the library, so you can jump to its release notes.
Read an advisory
Each entry in Vulnerabilities is one advisory affecting the version you run. Read it in this order:
- Check the severity label, or
No severitywhen the source assigned none. - Note the Common Vulnerabilities and Exposures (CVE) IDs. An advisory with no CVE shows
No CVE assigned, and it is still a published vulnerability. - Read the one-line summary of what the flaw allows.
- Check Affected versions, a range such as
From 1.2.0 below 3.5.0, with any excluded versions listed. The first version at or after the range is the one to upgrade to. - Follow Weakness, the Common Weakness Enumeration (CWE) class, linked to its definition.
- Open Read more for the pages of the advisory itself.
An empty list reads No known vulnerabilities. It means no advisory in the vulnerability sources CentralCSP tracks covers this version, not that the version has been audited.
Find which script carries it
Scripts lists every script file on the website that carries this version, most recently seen first, with its URL, its hash as browsers reported it, its size, and first and last seen.
The URL is the answer to "where does this come from", and each case has a different owner:
- Your own origin means your bundle or a vendored copy.
- A CDN host means a script tag pointing at it.
- A tag manager or vendor host means a third party ships the library to your visitors.
The fix goes to that owner. The hash is the same value shown on the CSP hashes page, where CSP stands for Content Security Policy, and in the PCI DSS (Payment Card Industry Data Security Standard) script inventory, so you can cross-reference the script there.
When browsers no longer load a version, the list reads No script carries this version anymore and the row leaves the inventory after seven days.
Follow the history
History is a timeline of what changed for this version on this website, newest first:
| Entry | Meaning |
|---|---|
| Detected | A script carrying this version was first reported |
| New vulnerability | A source published an advisory for this version, with the CVE IDs and severity |
| Status changed | The lifecycle status moved, for example from Up to date to Outdated |
| Removed | No script carried this version anymore |
The history outlives the row, so a library that comes back after a rollback keeps its earlier entries.
Use it to answer "when did this become a problem". A New vulnerability entry dated after Detected means the advisory appeared after the library was already in production, which is the case the New vulnerability alert rule exists for.
Act on a finding
The page records what runs. It does not change your site. What to do depends on the row:
- Vulnerable and Outdated: Upgrade past the affected range. The range in the advisory tells you the first safe version.
- Vulnerable and Up to date: No fix has shipped yet. Check whether the vulnerable code path applies to how you use the library, and watch the history for a status change.
- Deprecated: Replace the library. Its next advisory will not get a fix.
- Unknown version: Open the script URL and check the version yourself. Vulnerability matching needs a version to compare against.
- A third-party script: Contact the vendor, or remove the tag until they update it.
For a worked example of a library that arrives through several of these routes at once, refer to Which jQuery versions are vulnerable.
If the script also runs on a payment page, record the decision as described in Justifying scripts, which is where your assessor reads it.
Export the inventory to CSV
To download the current view as CSV, select Export in the toolbar. The export honors the filters and has no row limit. The file is named after the website and the day, and it has these columns:
- Library name and version
- Status
- Whether it is vulnerable
- Number of advisories
- Highest severity
- Number of scripts
- First seen and last seen
- URL of the most recently seen script
A filtered export is the useful one: Vulnerable only gives the patch list to hand to the team that owns the site. The same export, and the list behind it, are available on the REST API for anything scheduled.
Next steps
- Get started for the initial review order and the two alert rules
- Rules to be notified of the next advisory
- CSP hashes for the raw hash reports
- Technologies overview for the statuses and the daily cap
Get started
Go from an empty Technologies page to a reviewed client-side SBOM with alerts. Confirm hash reporting, review the vulnerable rows, then add the two rules.
Overview
Send a notification when a new violation type appears, a report volume spikes, a library gains a CVE, or an unjustified script lands on a payment page.