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 f59c867 commit 1fc0dddCopy full SHA for 1fc0ddd
vulnerabilities/api_v3.py
@@ -278,7 +278,7 @@ def get_affected_by_vulnerabilities(self, package):
278
affected_groups = [
279
Group(
280
aliases=list(adv.aliases.all()),
281
- primary_advisory=adv.primary_advisory,
+ primary=adv.primary_advisory,
282
secondaries=[member.advisory for member in adv.secondary_members],
283
)
284
for adv in affected_by_advisories_qs
@@ -340,7 +340,7 @@ def get_fixing_vulnerabilities(self, package):
340
fixing_groups = [
341
342
343
344
345
346
for adv in fixing_advisories_qs
0 commit comments