The Omega Triage Portal is a web-application that can help manage automated vulnerability reports. It was designed for scale, (hundreds of thousands of projects, many millions of findings), but may also be useful at lower scale.
The Portal is in early development, and is not ready for general use.
This extension can be used from GitHub Codespaces:
Once loaded, open the .vscode/project.code-workspace
file and then click the Open Workspace
button. A new widow will open. This is needed because VS Code launch settings are nested
within the omega/triage-portal folder.
You can then run the Django launch task to start the application. Navigate to http://localhost:0/admin and enter the default credentials (admin/admin), then navigate back to http://localhost:8001.
Issues enabling python virtualenv
1. Open PowerShell
2. Run the following command: Set-ExecutionPolicy RemoteSigned -Scope CurrentUser OR Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope CurrentUser
TBD
See SECURITY.md.