Show & Tell: DepGuard – A visual simulator for npm vulnerability blast radiuses (FastAPI + React) #200378
-
🏷️ Discussion TypeQuestion BodyI wanted to share an open-source project I’ve been building called DepGuard that i originally started from a uni course i have on graph theory. The goal was how to use the graph theory as a mathematical tool to have better visibility on my projects. What it doesDepGuard parses package-lock.json files, resolves the dependency tree, and checks it against the OSV (Open Source Vulnerabilities) API in real-time. It then visualizes the transitive dependencies so you can actively see the exposure paths. The Tech Stack
I’d really value some architectural feedback from the community here:
I’ve opened a few good first issue tickets if anyone is looking to make some open-source contributions Repo Link: https://github.com/EgglezosHub/DepGuard Thanks for checking it out, and I'm happy to answer any questions about the code |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi @EgglezosHub , thanks for posting in GitHub Discussions! The |
Beta Was this translation helpful? Give feedback.
Hi @EgglezosHub , thanks for posting in GitHub Discussions!
The
Repositoriescategory is meant for questions related to repositories on GitHub. A repository contains all of your project's files and each file's revision history. I've gone ahead and moved this post to ourProgramming Helpcategory, as this topic may be more relevant there and might help someone give you a nudge in the right direction. 😁