There was an error while loading. Please reload this page.
1 parent 37e5513 commit 821808eCopy full SHA for 821808e
1 file changed
vulnerabilities/management/commands/export.py
@@ -88,7 +88,7 @@ def export_data(self, git_path):
88
}
89
90
for vul in purl.vulnerabilities.all():
91
- vul_filepath = package_dir.joinpath(f"{vul.vulnerability_id}.yaml")
+ vul_filepath = package_dir.joinpath(f"{vul.vulnerability_id}.yml")
92
vul_files[vul_filepath] = saneyaml.dump(
93
{
94
"vulnerability_id": vul.vulnerability_id,
0 commit comments