We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63d3d53 commit 6525474Copy full SHA for 6525474
1 file changed
dojo/api_v2/serializers.py
@@ -1887,6 +1887,7 @@ def create(self, validated_data):
1887
if parsed_vulnerability_ids:
1888
save_vulnerability_ids(new_finding, parsed_vulnerability_ids)
1889
# 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?
1891
new_finding.save()
1892
1893
if push_to_jira:
0 commit comments