-
Notifications
You must be signed in to change notification settings - Fork 85
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
fix: high CPU usage on opening tarp #9390 #9391
Conversation
Signed-off-by: Arnab Dutta <arnab.bdutta@gmail.com>
DryRun Security SummaryThe pull request focuses on improving the handling of data changes and updating the UI based on the data retrieved from the browser's local storage, with a review of potential security vulnerabilities, such as data validation, secure storage, and privilege escalation. Expand for full summarySummary: The code changes in this pull request are focused on improving the handling of data changes and updating the UI based on the data retrieved from the browser's local storage. The changes include introducing state variables to track data changes, conditional rendering of UI components, and notification mechanisms to inform the parent component about data modifications. From an application security perspective, the changes do not introduce any obvious security vulnerabilities. However, there are a few areas that should be reviewed to ensure the overall security of the application:
Additionally, the changes in the Files Changed:
Code AnalysisWe ran Riskiness🟢 Risk threshold not exceeded. |
Signed-off-by: Arnab Dutta <arnab.bdutta@gmail.com>
Signed-off-by: Arnab Dutta <arnab.bdutta@gmail.com>
* fix: high CPU usage on opening tarp #9390 Signed-off-by: Arnab Dutta <arnab.bdutta@gmail.com> * feat: resolving review comments Signed-off-by: Arnab Dutta <arnab.bdutta@gmail.com> * feat: correct comments Signed-off-by: Arnab Dutta <arnab.bdutta@gmail.com> --------- Signed-off-by: Arnab Dutta <arnab.bdutta@gmail.com> Former-commit-id: c49be90
closes #9390