.net False Positive on transitive dependency #5053
Closed
pumpenschnabel
started this conversation in
False Detection
Replies: 3 comments
-
Hello @pumpenschnabel , Thanks for your help. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @CassandraWin, |
Beta Was this translation helpful? Give feedback.
0 replies
-
duplicate of #4282 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
IDs
CVE-2019-0820
Description
My project has a transitive dependency to System.Text.RegularExpressions (4.3.0) which is inherited from the Nuget https://www.nuget.org/packages/Elastic.Apm.NetCoreAll/1.22.0 (multiple sub packages involved).
If I try do understand the signs correctly, this transitive package is resolved from the installed runtime Microsoft.NETCore.App/7.0.10. (refer below)
But it seems that trivy does not honor the ../Microsoft.NETCore.App.deps.json dependencies and still reports a problem of a "virtual" package which is not part of the scanned image.
Notice: I changed my project name with XXXXXXXXX:
Reproduction Steps
Didn't reduce the project to minimal steps needed. But I guess the issue is reproducible when using the described nugget in any .net7 project.
Target
Container Image
Scanner
Vulnerability
Target OS
Ubuntu 22.04.1
Debug Output
Version
Checklist
-f json
that shows data sources and confirmed that the security advisory in data sources was correctBeta Was this translation helpful? Give feedback.
All reactions