-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Add Filters to the Products under View Product Type #11321
base: dev
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are accessibility issues in these changes.
DryRun Security SummaryThe pull request enhances the functionality of the Product Type views in the DefectDojo application, including the addition of a new "Show Filters" button, the relocation of the "Add Product" functionality to a dropdown menu, and the implementation of various permission checks, while also highlighting the need for a comprehensive security review to ensure proper permissions, access control, and secure coding practices. Expand for full summarySummary: The code changes in this pull request focus on enhancing the functionality of the Product Type views in the DefectDojo application. The main changes include the addition of a new "Show Filters" button that toggles the display of a filter panel, the relocation of the "Add Product" functionality to a dropdown menu, and the implementation of various permission checks to control access to different actions and functionality. From an application security perspective, the code changes appear to follow good security practices, such as the extensive use of permission checks to control access to sensitive actions. However, there are a few areas that should be reviewed more closely:
Files Changed:
Code AnalysisWe ran Riskiness🟢 Risk threshold not exceeded. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are accessibility issues in these changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved
Add filters to the products listed on the detail page of a particular product type. This will be helpful if and when the number of products under the product type grows beyond a single page.
[sc-4748]