Skip to content

Open source patch/vulnerability manager for third party libraries

Notifications You must be signed in to change notification settings

PercussiveElbow/Dependensee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build StatusOpen Source Love

Dependensee is an open source patch/vulnerability manager for third party libraries

It can keep track of libraries used in your projects and will report any CVEs those libraries are vulnerable to, providing links, CVE information, reports and PoC exploits where avaliable.

Dependency files can be uploaded by either the API, or by using the UI.

Current language support:

It consists of three parts:

  • Rails server to store and manage your dependencies. This exposes a REST API
  • (Optional) Ruby client to automatically scan projects on disk.
  • (Optional) UI powered by VueJS

Demo (Demo site disabled now)

https://dependensee.tech

Demo Videos

https://gfycat.com/terrificweechameleon

https://gfycat.com/LeadingCelebratedFlyingfox

https://gfycat.com/HappyNauticalGenet

Run it yourself (Requires Docker+Docker Compose)

Download latest release and export a RAILS_SECRET to your shell (must contain both letters and numbers). Then run:

docker-compose -f dependensee_release.yml up

The API can then be hit on localhost:3000, or alternatively the UI can be accessed on localhost:80

Development Setup

Development Setup can be found here

API Documentation

https://dependensee.tech/docs

Or when you're running the server locally simply hit localhost:3000/docs

Sources

https://github.com/rubysec/ruby-advisory-db

https://github.com/victims/victims-cve-db

https://github.com/offensive-security/exploit-database

http://cve.mitre.org/data/refs/refmap/source-EXPLOIT-DB.html

License

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.