Skip to content

Commit e0e4e51

Browse files
joanagmaiaCopilot
andauthored
fix: description
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Joana Maia <jmaia@contractor.linuxfoundation.org>
1 parent aaedaf8 commit e0e4e51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/libs/tinybird/datasources/packages.datasource

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ DESCRIPTION >
2424
- `dependentCount` is the number of packages that directly depend on this package (0 if unknown).
2525
- `transitiveDependentCount` is the number of packages that transitively depend on this package (0 if unknown).
2626
- `dependentReposCount` is the number of repositories that depend on this package (0 if unknown).
27-
- `hasCriticalVulnerability` is 1 if the latest version has an active critical advisory (CVSS >= 7.0), 0 otherwise.
27+
- `hasCriticalVulnerability` is 1 if the latest version has an active critical advisory (CVSS >= 7.0) or a MAL-* malicious-package advisory match, 0 otherwise.
2828
- `impact` is the composite criticality impact score from the ranking function (0 if not yet ranked).
2929
- `isCritical` is 1 if this package ranks in the top N by ecosystem in the most recent ranking pass, 0 otherwise.
3030
- `lastRankPassAt` is when the criticality ranking worker last processed this package (NULL if never ranked).

0 commit comments

Comments
 (0)