Dependabot/dependency graph - transitive dependencies #21630
-
Hi I have a question about transitive dependencies. Are those displayed in dependabot or dependency graph? I can only see the first level dependencies analysed but nothing else in a test project i have created – Dependencies · javixeneize/dependatest · GitHub Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
javixeneize:
The dependency graph does not handle these types of dependencies. |
Beta Was this translation helpful? Give feedback.
-
Thats what i feared. Then, this is not of much use for java applications, isnt it? |
Beta Was this translation helpful? Give feedback.
-
We support dependency updates for repositories using Gradle as well, but we’re still working on overall dependency graph support. We do have an open internal issue requesting such functionality though; I’ve included your feedback there. I can’t make any guarantees on a release or timeframe, but keep an eye on our changelog for updates! |
Beta Was this translation helpful? Give feedback.
-
Ah right, if this is in the backlog and you are planning to fix it I’m happy with that 😉 Thanks! |
Beta Was this translation helpful? Give feedback.
-
Unfortunately github/roadmap#494 (comment) doesn't have any details, really - what makes a feature "under review by the product team", and what exempts a feature from that category? One of the biggest security problems in open source is that the vast majority of transitive CVEs are de facto false positives due to the code paths they're used with and/or the context (dev vs prod, etc) they're used in, and surfacing this graph information would be a really useful way to cut down on the noise. |
Beta Was this translation helpful? Give feedback.
We support dependency updates for repositories using Gradle as well, but we’re still working on overall dependency graph support.
We do have an open internal issue requesting such functionality though; I’ve included your feedback there. I can’t make any guarantees on a release or timeframe, but keep an eye on our changelog for updates!