-
Notifications
You must be signed in to change notification settings - Fork 312
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
v5.23.0 #1394
v5.23.0 #1394
Conversation
Cabecinha84
commented
Aug 27, 2024
•
edited
Loading
edited
- api '/apps/calculatefiatandfluxprice' will now return 0 USD/Flux price for app updates that will be offered by the network;
- api '/apps/calculateprice' now returns the same as the above api and in the next few months will be removed as it is already classified as deprecated for some time;
- Improvements on primary/stand by solution;
- Other small improvements on UI;
* add freeNetworkUpdate to getAppFiatAndFluxPrice response object * use backend api to define if it is a free update * new free update message * update blocks * remove verifyAppUpdateIsNotSpammingNetwork check
…te After Completion
|
GitGuardian id | GitGuardian status | Secret | Commit | Filename | |
---|---|---|---|---|---|
8398280 | Triggered | PGP Private Key | 8e9ec0a | HomeUI/dist/js/index.js | View secret |
8398280 | Triggered | PGP Private Key | ce935a4 | HomeUI/dist/js/index.js | View secret |
8398280 | Triggered | PGP Private Key | 5411975 | HomeUI/dist/js/index.js | View secret |
8398280 | Triggered | PGP Private Key | 1967ddf | HomeUI/dist/js/index.js | View secret |
8398280 | Triggered | PGP Private Key | f960d8c | HomeUI/dist/js/index.js | View secret |
8398280 | Triggered | PGP Private Key | 09c479d | HomeUI/dist/js/index.js | View secret |
8398280 | Triggered | PGP Private Key | 1967ddf | HomeUI/dist/js/index.js | View secret |
8398280 | Triggered | PGP Private Key | 243e37e | HomeUI/dist/js/index.js | View secret |
8398280 | Triggered | PGP Private Key | ce935a4 | HomeUI/dist/js/index.js | View secret |
8398280 | Triggered | PGP Private Key | 5411975 | HomeUI/dist/js/index.js | View secret |
8398280 | Triggered | PGP Private Key | 243e37e | HomeUI/dist/js/index.js | View secret |
8398280 | Triggered | PGP Private Key | 09c479d | HomeUI/dist/js/index.js | View secret |
8398280 | Triggered | PGP Private Key | 8e9ec0a | HomeUI/dist/js/index.js | View secret |
8398280 | Triggered | PGP Private Key | f960d8c | HomeUI/dist/js/index.js | 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.