You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can see the depscan --purl returns no vulnerabilities. But when we can a project that contains a nuget package that uses the component it returns the following: Dependency Scan Results (UNIVERSAL) ╔═════════════════════════════════════════════════════════════════════╤═══════════════╤═════════════╤══════════╤═══════╗ ║ Dependency Tree │ Insights │ Fix Version │ Severity │ Score ║ ╟─────────────────────────────────────────────────────────────────────┼───────────────┼─────────────┼──────────┼───────╢ ║ FinConnector@latest │ 🛑 Malicious │ │ CRITICAL │ 10.0 ║ ║ └── [email protected] ⬅ MAL-2024-4696 │ │ │ │ ║
It seems that depscan triggers because it also contains the word Winforms. Can you confirm that, what I think is happening is actually happening? So that this is a false postive?
With v5 in maintenance mode, we have to live with this briefly. There is an environment variable -e VDB_APP_ONLY=true that can be used to pull down a vdb without any malware feeds. With v6, such false positives will be much lower since it defaults to purl and vers based comparison.
PURL of wrongly matched component
pkg:nuget/[email protected]
Depscan findings
██████╗ ███████╗██████╗ ███████╗ ██████╗ █████╗ ███╗ ██╗
██╔══██╗██╔════╝██╔══██╗██╔════╝██╔════╝██╔══██╗████╗ ██║
██║ ██║█████╗ ██████╔╝███████╗██║ ███████║██╔██╗ ██║
██║ ██║██╔══╝ ██╔═══╝ ╚════██║██║ ██╔══██║██║╚██╗██║
██████╔╝███████╗██║ ███████║╚██████╗██║ ██║██║ ╚████║
╚═════╝ ╚══════╝╚═╝ ╚══════╝ ╚═════╝╚═╝ ╚═╝╚═╝ ╚═══╝
INFO [2025-01-28 13:16:41,677] No oss vulnerabilities detected ✅
The text was updated successfully, but these errors were encountered: