-
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
Fix async fincding import #11784
Fix async fincding import #11784
Conversation
DryRun Security SummaryThe pull request addresses multiple security concerns in the DefectDojo project, including sensitive information exposure, configuration risks, and potential vulnerabilities, while also implementing security improvements across GitHub Actions workflows, Docker configurations, and Python scripts. Expand for full summaryThe pull request introduces updates to multiple GitHub Actions workflow files, Docker configurations, and various Python scripts across the DefectDojo project. Key security findings include:
No single critical vulnerability was identified, but the cumulative security observations suggest a need for careful configuration management and credential handling in the DefectDojo project. Code AnalysisWe ran
Overall Riskiness🔴 Risk threshold exceeded. We've notified @mtesauro, @grendel513. |
There is also a suggestion for optimization. Use asynchronous import only if more than 1 task will be created. For one chunk, it will definitely be useful.
|
Hi @FirePanda169 there is a good chance that the async importer will be deprecated soon per the quarterly update discussion: #11199 I do not have details at this time when the final call will be made on that, but it is an experimental feature that has some unexpected behaviors, and I would advise against using it |
it's sad because importing a lot of findings becomes a problem without a solution. |
nvm, didn't saw the existing replies. |
@FirePanda169 after talking amongst the other moderators, we have decided to move forward with deprecating this feature. Please make plans to disable async import |
Description
Adding missing decorator for findings import function
Test results
...