-
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
Importers: migrate to options class #10254
Conversation
Hi there 👋, @DryRunSecurity here, below is a summary of our analysis and findings.
Note 🟡 Please give this pull request extra attention during review. Change Summary (click to expand)The following is a summary of changes in this pull request made by me, your security buddy 🤖. Note that this summary is auto-generated and not meant to be a definitive list of security issues but rather a helpful summary from a security perspective. Summary: The code changes in this pull request focus on improving the functionality and security of the import and reimport processes in the DefectDojo application security tool. The key improvements include:
Files Changed:
Powered by DryRun Security |
This is more of a restructure/reorg rather and a rewrite. The functionalities are otherwise the same. I can take a look to see if that issue linked has a quick solution |
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
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.
Just a couple questions/comments
Co-authored-by: Charles Neill <1749665+cneill@users.noreply.github.com>
Moves the parsing of kwargs to a central
ImporterOptions
class where validation can occur and defaults be set