Open
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Revamped server completely