I recently had an idea of making it easier to monitor the open source dependencies you use in your projects/applications and also making it easier to see security vulnerabilities of public GitHub repositories in real-time.
Example page for a public Github repo:
https://sudoapps.com/audit-report?repo=atom/atom
It is completely free at the moment. Any input in the idea or ways to improve it would be great!
@samir did you use off the shelf graphics on your landing page or is it custom? I am trying to find fun images like that but not sure where to look.
I found these graphics for free online. Most of them I found here:
https://undraw.co/illustrations
I can't remember exactly where I got some of the other ones. I'll see if I can find the link.
awesome thanks!
It sounds like an interesting idea, but I don't have any technical feedback for this as I have a process for maintaining dependencies already personally.
Thanks for taking a look! It would be helpful to understand your current process if you don’t mind sharing?
Mostly using Composer, as everything else is custom framework that I build. I'm looking into GraphQL so if it does not have dependency management built-in for the APIs I will take another look at your product in the future.