Skip to content

Commit 0a43c28

Browse files
committed
Adress review comments
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent d189d15 commit 0a43c28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vulnerabilities/importer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ def to_dict(self):
110110
@classmethod
111111
def from_dict(cls, ref: dict):
112112
return cls(
113+
reference_id=ref["reference_id"],
113114
reference_type=ref.get("reference_type") or "",
114115
url=ref["url"],
115116
severities=[

0 commit comments

Comments
 (0)