creds-notes-fixes Some updates to creds/cred-related notes#10644
creds-notes-fixes Some updates to creds/cred-related notes#10644mtesauro merged 2 commits intoDefectDojo:bugfixfrom
Conversation
… Note" button on cred notes page; show delete note button for note creator and fix note deletion; fix "Associated Products" header to have less spacing around it; fix credential deletion
DryRun Security SummaryThe pull request focuses on improving the credential management functionality in the Django web application, including updates to the view_cred_details function, enhancements to the delete_cred_controller function, and improvements to the note management system, with a security-conscious approach and a focus on ensuring the security and usability of the credential management functionality. Expand for full summarySummary: The code changes in this pull request are focused on improving the credential management functionality in the Django web application. The changes include updates to the The changes to the note management system, specifically in the Overall, the code changes in this pull request appear to be focused on improving the security and usability of the credential management functionality within the Dojo application. While there are no obvious security vulnerabilities introduced, it's important to continue reviewing the application's security posture, including authentication, authorization, input validation, and other security-related aspects, to ensure a comprehensive security approach. Files Changed:
Code AnalysisWe ran
Riskiness🟢 Risk threshold not exceeded. |
|



Description
Some updates to things I noticed while doing the 'cascading notes deletes' patch.
Changes included:
Test results
Things delete and show up differently now. Some before/after pictures:
"Add Note" before:


"Add Note" after:
"Delete Note" before:


"Delete Note" after:
"Associated Products Header" before:

"Associated Products Header" after:
