Skip to content

Commit

Permalink
Adjust aliases according to archlinux data structure aboutcode-org#597
Browse files Browse the repository at this point in the history
Signed-off-by: John M. Horan <[email protected]>
  • Loading branch information
johnmhoran authored and TG1999 committed Oct 19, 2022
1 parent 317951c commit b7cbb71
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
2 changes: 1 addition & 1 deletion vulnerabilities/importers/archlinux.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def parse_advisory(self, record) -> List[AdvisoryData]:

advisories.append(
AdvisoryData(
aliases=[alias, record["name"]],
aliases=[alias],
summary=summary,
affected_packages=affected_packages,
references=references,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[
{
"aliases": [
"CVE-2022-29217",
"AVG-2781"
"CVE-2022-29217"
],
"summary": "",
"affected_packages": [
Expand Down Expand Up @@ -35,8 +34,7 @@
},
{
"aliases": [
"CVE-2022-26710",
"AVG-2780"
"CVE-2022-26710"
],
"summary": "",
"affected_packages": [
Expand Down Expand Up @@ -69,8 +67,7 @@
},
{
"aliases": [
"CVE-2022-22677",
"AVG-2780"
"CVE-2022-22677"
],
"summary": "",
"affected_packages": [
Expand Down Expand Up @@ -103,8 +100,7 @@
},
{
"aliases": [
"CVE-2022-22662",
"AVG-2780"
"CVE-2022-22662"
],
"summary": "",
"affected_packages": [
Expand Down Expand Up @@ -137,8 +133,7 @@
},
{
"aliases": [
"CVE-2016-3189",
"AVG-4"
"CVE-2016-3189"
],
"summary": "denial of service",
"affected_packages": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[
{
"aliases": [
"CVE-2022-29217",
"AVG-2781"
"CVE-2022-29217"
],
"summary": "",
"affected_packages": [
Expand Down

0 comments on commit b7cbb71

Please sign in to comment.