-
Notifications
You must be signed in to change notification settings - Fork 367
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
DIMTS_TRV11_001 Pull request #1930
base: main
Are you sure you want to change the base?
Conversation
|
GitGuardian id | GitGuardian status | Secret | Commit | Filename | |
---|---|---|---|---|---|
13810658 | Triggered | Generic High Entropy Secret | 278e89e | TRV11/DIMTS/DMRC/Flow1/on_confirm.json | 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 secret safely. Learn here the best practices.
- Revoke and rotate this secret.
- 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.
@Sudhir-Dimts
init
confirm
cancel
on_cancel
common_issue
|
removed cancel-on_cancel and added search1-on_search1
Flow1 and Flow2 folders separately uploaded after creating afresh. Search 1 to be called only once a day in our system hence it is not generated during a ticket generation. Comments against Findings are below on_search_2 • items.duration format is incorrect - this parameter is received from seller NP init • SETTLEMENT_DETAILS tag-group is not required -Removed the parameter • missing BUYER_FINDER_FEES_TYPE, MANDATORY_ARBITRATION and COURT_JURISDICTION tags in payments -Added the parameter confirm • SETTLEMENT_DETAILS tag-group is not required -Removed the parameter • missing BUYER_FINDER_FEES_TYPE and DELAY_INTEREST tags in payments -Added the parameter cancel • order_id should match to on_confirm's order.id - corrected on_cancel • please provide cancellation call without error obj -Now proper cancellation is provided common_issue • incorrect value PT30D for tag SETTLEMENT_WINDOW, correct format is P30D - corrected • virtual_payment_address is not required in params if SETTLEMENT_TYPE is not upi - corrected • missing search_1 & on_search_1 pair calls - now provided • missing flow_1(happy journey) - now provided
Flow1 and Flow2 folders separately uploaded after creating afresh. Comments against Findings are below
|
Submitting the json logs for core ticketing flow and IGM of DMRC integration in TRV11 for Delhi.