Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions pkg/analyzer/data/blacklist.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,36 @@
"reason": "Confirmed npm supply-chain compromise: attackers hijacked Bitwarden's GitHub Actions, stole release secrets, and pushed a tampered @bitwarden/cli@2026.4.0 build to npm containing malicious code. Remove immediately and rotate any credentials that passed through the CLI.",
"link": "https://thehackernews.com/2026/04/bitwarden-cli-supply-chain-attack.html"
},
{
"id": "CVE-2026-46421",
"component": "@cap-js/db-service",
"ecosystem": "npm",
"affected_versions": ["2.10.1"],
"action": "BLOCK",
"severity": "CRITICAL",
"reason": "Confirmed npm supply-chain compromise: malicious @cap-js package versions were published as part of a coordinated compromise across @cap-js/sqlite, @cap-js/postgres, and @cap-js/db-service.",
"link": "https://osv.dev/vulnerability/GHSA-pvw4-cvr4-97p8"
},
{
"id": "CVE-2026-46421",
"component": "@cap-js/postgres",
"ecosystem": "npm",
"affected_versions": ["2.2.2"],
"action": "BLOCK",
"severity": "CRITICAL",
"reason": "Confirmed npm supply-chain compromise: malicious @cap-js package versions were published as part of a coordinated compromise across @cap-js/sqlite, @cap-js/postgres, and @cap-js/db-service.",
"link": "https://osv.dev/vulnerability/GHSA-pvw4-cvr4-97p8"
},
{
"id": "CVE-2026-46421",
"component": "@cap-js/sqlite",
"ecosystem": "npm",
"affected_versions": ["2.2.2"],
"action": "BLOCK",
"severity": "CRITICAL",
"reason": "Confirmed npm supply-chain compromise: malicious @cap-js package versions were published as part of a coordinated compromise across @cap-js/sqlite, @cap-js/postgres, and @cap-js/db-service.",
"link": "https://osv.dev/vulnerability/GHSA-pvw4-cvr4-97p8"
},
{
"id": "CVE-2026-45321",
"component": "@tanstack/arktype-adapter",
Expand Down
Loading