feat: Apply tags to findings flags activated#670
Open
slManuel wants to merge 2 commits into
Open
Conversation
The engine only sent tags at the test level, so findings imported to DefectDojo had no tags. Send apply_tags_to_findings=true on import and reimport so DefectDojo propagates the test tags to every affected finding. This restores the exceptions/risk flow that queries findings by tag (e.g. /findings/?tags=engine_dependencies).
fix(defect_dojo): apply test tags to individual findings on (re)import
Gaviria9601
reviewed
Jul 3, 2026
Contributor
There was a problem hiding this comment.
please add apply_tags_to_findings to configure new parameter in import scan tools/devsecops_engine_tools/engine_utilities/defect_dojo/domain/request_objects/import_scan.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Please include a summary of the change and which issue is fixed. List any dependencies that are required for this change.
Fix
How does someone fix the issue in code and/or in runtime?
Checklist: