-
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
Request/Response API CRUD Endpoints #11365
Conversation
DryRun Security SummaryThe pull request focuses on enhancing Defect Dojo's handling of Burp Suite scan data by introducing a new ViewSet, serializer, and unit tests for managing raw request and response information while potentially deprecating an existing model. Expand for full summarySummary: The code changes in this pull request are focused on the handling and management of Burp Suite scan data within the Defect Dojo application. The key changes include:
From an application security perspective, the changes related to the handling of Burp Suite scan data are generally positive, as they provide the ability to store and manage this sensitive information within the Defect Dojo application. However, it's important to ensure that the implementation of these features follows best practices for handling sensitive data, such as proper sanitization and validation of user input, appropriate access controls, and secure storage and transmission of the raw request and response data. Files Changed:
Code AnalysisWe ran
|
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
Co-authored-by: Cody Maffucci <[email protected]>
Co-authored-by: Charles Neill <[email protected]>
Co-authored-by: Cody Maffucci <[email protected]>
tested and confirmed
Added an endpoint with full CRUD for Request/Response Pairs.
[sc-8980]