-
Notifications
You must be signed in to change notification settings - Fork 50
update on ondc-crypto-utility node js #71
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
The sample output for encrypt function is wrong
* feat: ondc crypto sdk nodejs utility added * fix: removed createKeyPair method and unnecessary types * fix: parameters renamed for generic cases --------- Co-authored-by: Abhijeet Singh Rathor <abhijeet@Wil-Admins-MacBook-Air-3.local>
Fixing Padding issue while decrypting
ONDC Registry Subscribe
Update README.md
…be_util feat(subscribe): added nodejs subscribe utility
Updated.
Update readme.md
Logistics & B2B Log utility + Deep Links
Updated node service readme.md
…d-verification Fix auth header string and optimise code
Enhancements in B2B and logistics
header parsing failed issue resolved
fix: issue in header.
Fix: Crypto NPM package issue fixed
…rectly using json text without minifying
Fix: Utility fixes in functions , missing composer and env file
fix : signature mismatch between python and other utilities due to line breaks and extra spaces
Added vlookup signature generation and vlookup functionality
/vlookup in Python
Chore: Added package.json file
|
| GitGuardian id | GitGuardian status | Secret | Commit | Filename | |
|---|---|---|---|---|---|
| - | - | Generic High Entropy Secret | 07fd00c | utilities/on_subscibe-service/node/index.js | View secret |
| - | - | Generic High Entropy Secret | f4911ef | utilities/on_subscibe-service/node/index.js | View secret |
| - | - | Generic High Entropy Secret | c6b3120 | utilities/on_subscibe-service/node/index.js | View secret |
| - | - | Generic High Entropy Secret | 1c2948c | utilities/signing_and_verification/php/src/.env | View secret |
| - | - | Generic High Entropy Secret | 3146cff | utilities/signing_and_verification/php/src/.env | View secret |
| - | - | Generic High Entropy Secret | 5db6442 | utilities/signing_and_verification/cryptic_utils.py | View secret |
| - | - | Generic High Entropy Secret | a9e5502 | utilities/signing_and_verification/cryptic_utils.py | 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.
No description provided.