This repository has been archived by the owner on Jan 3, 2023. It is now read-only.
Releases: sit-n-coding/solidguard
Releases · sit-n-coding/solidguard
v1.0.3
v1.0.2
Date: June 12, 2022
Features:
- Complete API and Client integration for all features, this includes:
- Adds missing pagination.
- Escaping of description.
- Search bar.
- Styling fixes.
- Add monitoring tools such as:
- metabase
- portainer
- Use SendGrid for sending emails instead of nodemailer.
Bug Fixes:
- Fix authentication issues when performing Admin actions (i.e. verifying an exploit).
- Fix issue where the .env file in the client folder will be picked up in docker-compose.
- Fix approving issues.
Security:
- Remove password from GET /api/user requests.
v1.0.1
v1.0
Date: May 10, 2022
Features:
- Add new homepage + about us.
- Add an exploits dashboard.
Bug Fixes:
- Add backend and frontend integration to all features implemented in Prototype v1.2
- Fix docker deployment.
Security:
- Replace JWT authentication with Session/Cookie authentication.
- Replace email with username for authentication.
- Add NGINX Proxy. No longer need to access the API and client on separate hosts!
- Update SolidGuardManager smart contract to be upgradeable.
- Disabled CORS.
- Add rate limiting on requests.