riveto
https://github.com/nsanjayboruds/riveto
JavaScript
RIVETO is a full-stack web application built with separate frontend and backend modules. The frontend manages the user interface using modern web technologies (HTML, CSS, JavaScript). The backend handles server-side logic, APIs, and data management. Thi
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
JavaScript not yet supported1 Subscribers
Add a CodeTriage badge to riveto
Help out
- Issues
- fix: code quality and safety improvements
- feat: cleanup pending timeouts on component unmount
- [ENHANCEMENT]: Replace window.confirm() in Cart with a styled confirmation modal
- [ENHANCEMENT]: Add cleanup for delayed timeout callbacks
- [ENHANCEMENT]: Implement Pre-start Environment Variable Verification Script for Backend
- [SECURITY] CORS configured with wildcard origin on authenticated routes allowing cross-origin credential reads
- [SECURITY] JWT secret committed as placeholder in .env.example - cloned deployments run with known secret
- [SECURITY] Missing X-Frame-Options header leaves application vulnerable to clickjacking attacks
- [SECURITY] User passwords hashed with MD5 or without proper salting - vulnerable to rainbow table attacks
- [SECURITY] Error handler middleware exposes full Express stack traces in JSON responses
- Docs
- JavaScript not yet supported