Security Inventory is a tool for building inventories of software and analyzing vulnerabilities.
It allows you to upload sofware bills of materials (SBOMs) and other delivery artifacts, and track the vulnerabilties as well as the mitigations you attest against them - reporting this information in various formats.
The following technologies are used:
- The front end primarily uses Inertia JS with React Components. For the application 'shell' and user management it also makes use of Phoenix LiveView.
- The back end is Elixir Phoenix with a PostgresSQL JSON database.
To start your Phoenix server:
- Run
mix setup
to install and setup dependencies - Start Phoenix endpoint with
mix phx.server
or inside IEx withiex -S mix phx.server
Now you can visit localhost:4000
from your browser.
Ready to run in production? Please check our deployment guides.
- Official website: https://www.phoenixframework.org/
- Guides: https://hexdocs.pm/phoenix/overview.html
- Docs: https://hexdocs.pm/phoenix
- Forum: https://elixirforum.com/c/phoenix-forum
- Source: https://github.com/phoenixframework/phoenix