Skip to content

Commit dce0f6f

Browse files
committed
Fix typo in archlinux importer
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent b648e6e commit dce0f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vulnerabilities/pipelines/v2_importers/archlinux_importer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def parse_advisory(self, record) -> AdvisoryDataV2:
105105
VulnerabilitySeverity(
106106
system=severity_systems.ARCHLINUX,
107107
value=severity,
108-
url="https://security.archlinux.org/{avg_name}.json",
108+
url=f"https://security.archlinux.org/{avg_name}.json",
109109
)
110110
]
111111

0 commit comments

Comments
 (0)