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.
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
https://gfycat.com/terrificweechameleon
https://gfycat.com/LeadingCelebratedFlyingfox
https://gfycat.com/HappyNauticalGenet
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 can be found here
Or when you're running the server locally simply hit localhost:3000/docs
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
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.