Skip to content

Commit

Permalink
store Bugzilla flaw CC list in the metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
osoukup committed Jan 23, 2023
1 parent 2fe81fd commit 8ddda9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions collectors/bzimport/convertors.py
Original file line number Diff line number Diff line change
Expand Up @@ -652,6 +652,7 @@ def get_meta_attr(self, cve_id):
meta_attr["last_imported_dt"] = timezone.now()
meta_attr["acl_labels"] = self.groups
meta_attr["task_owner"] = self.task_owner
meta_attr["cc"] = json.dumps(self.flaw_bug.get("cc", []))
meta_attr["groups"] = json.dumps(self.flaw_bug.get("groups", []))
meta_attr["keywords"] = json.dumps(self.flaw_bug.get("keywords", []))
# store the original SRT notes string as meta attributes tamper the JSON
Expand Down

0 comments on commit 8ddda9b

Please sign in to comment.