-
Notifications
You must be signed in to change notification settings - Fork 0
Sprint revamp #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…d requirements documentation.
…king queues, Redis caching, and real-time wallet updates.
… document virtual account generation.
…and Webhook handling.
…empotency for credit notifications, and update wallet transaction metadata.
…ame enquiry, and a dedicated transfer worker.
… authentication checks with `JwtUtils.ensureAuthentication`, and add a `build:check` script.
… and update worker processes.
… add session ID to external transactions.
…nd chat management.
…oads, message retrieval, and system wallet fee crediting.
…t, and role-based access control.
…file, and refine development setup
…on, README, and Docker Compose configuration.
…ariable handling, and refactor authentication types.
…ment configurations, and refine rate limiting.
…e custom Express type declarations.
…d a new KYC upload image.
…rove logging, and add Socket.io API documentation.
…de` from payload for direct use
…ion`, enforce authentication for all P2P ad routes, and enhance P2P ad creation logic and user data exposure.
…cation`, use `UnauthorizedError` for socket authentication failures, and refine logging.
…cation logic, and refactor authentication routes.
…l-time transaction updates, and update documentation.
…` including balance and message, and add a socket debugging guide.
…assword changes, and push token registration, alongside integrating push notifications into transfer workflows."
…, service integration, and a backfill script.
…chat message types.
…notification module.
… database table, API, and integration into user authentication and profile management.
…nd integration, and API endpoints.
…en OTP, and flexible user contact details.
…d a system revenue wallet.
…t, payments, disputes, fees, and revenue, integrating a P2P order worker and adding documentation.
…a docker volume clear script
…em user initialization.
…idation middleware to handle undefined DTOs/bodies and assign validated DTOs.
…ation into steps.
…cy keys, and new API endpoints for PIN, beneficiaries, transactions, and an enhanced Globus webhook.
…es and new functionalities, and remove the dispute flow section.
|
| GitGuardian id | GitGuardian status | Secret | Commit | Filename | |
|---|---|---|---|---|---|
| 23453218 | Triggered | Generic High Entropy Secret | 9425024 | railway_env_vars.txt | View secret |
| 23453219 | Triggered | Generic High Entropy Secret | 9425024 | railway_env_vars.txt | View secret |
| 23453220 | Triggered | SMTP credentials | 9425024 | RAILWAY_DEPLOYMENT.md | View secret |
🛠 Guidelines to remediate hardcoded secrets
- Understand the implications of revoking this secret by investigating where it is used in your code.
- Replace and store your secrets safely. Learn here the best practices.
- Revoke and rotate these secrets.
- If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.
To avoid such incidents in the future consider
- following these best practices for managing and storing secrets including API keys and other credentials
- install secret detection on pre-commit to catch secret before it leaves your machine and ease remediation.
🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.
…rocessing via a new worker, and updated upload middleware.
…users.kycStatus`
…pdate file storage naming, and refine KYC status migrations with new documentation.
…service and transform order responses with buyer/seller roles and payment timers in the controller.
…nd add flow documentation.
…t with image upload and removing the separate `markAsPaid` endpoint.
…d improve chat upload error handling.
…cking and metadata, and add comprehensive fund flow documentation.
…d improve worker development.
…ation flow, and add return type hints to wallet service methods.
…mprehensive documentation, and a test script.
…ce ad retrieval with user context, and add P2P ad cancellation tests.
…rid, including comprehensive documentation and tests.
…l options via a factory.
Revamped server completely