https://github.com/jharrilim/dashman
A dashboard for brakeman
https://github.com/jharrilim/dashman
brakeman rails scanning vulnerability
Last synced: 5 days ago
JSON representation
A dashboard for brakeman
- Host: GitHub
- URL: https://github.com/jharrilim/dashman
- Owner: jharrilim
- Created: 2020-11-15T22:44:52.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-26T03:27:33.000Z (almost 5 years ago)
- Last Synced: 2025-05-31T20:57:10.192Z (4 months ago)
- Topics: brakeman, rails, scanning, vulnerability
- Language: TypeScript
- Homepage:
- Size: 536 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dashman
The dashboard to brakeman.
## Features
- [x] View list of scans
- [x] View an individual scan
- [ ] Compare total warnings to previous scan
- [ ] Per-repo/per-project scans
- [x] Upload via dashboard## Getting Started
```sh
docker-compose up -d
yarn && yarn start:dev
```