Skip to content

Commit 6525474

Browse files
adjust vulnerability id code
1 parent 63d3d53 commit 6525474

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dojo/api_v2/serializers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1887,6 +1887,7 @@ def create(self, validated_data):
18871887
if parsed_vulnerability_ids:
18881888
save_vulnerability_ids(new_finding, parsed_vulnerability_ids)
18891889
# can we avoid this extra save? the cve has already been set above in validated_data. but there are no tests for this
1890+
# on finding update nothing is done # with vulnerability_ids?
18901891
new_finding.save()
18911892

18921893
if push_to_jira:

0 commit comments

Comments
 (0)