We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0906a3b commit 060af18Copy full SHA for 060af18
vulnerabilities/pipelines/remove_duplicate_advisories.py
@@ -81,6 +81,7 @@ def recompute_content_ids(self):
81
batch_size = 50000
82
83
for advisory in progress.iter(advisories.paginated(per_page=batch_size)):
84
+ self.log(f"Recomputing content ID for advisory {advisory.id}", level=logging.INFO)
85
advisory.unique_content_id = compute_content_id(advisory.to_advisory_data())
86
advisories_list.append(advisory)
87
if len(advisories_list) % batch_size == 0:
0 commit comments