There was an error while loading. Please reload this page.
1 parent da4201b commit 7cb0c37Copy full SHA for 7cb0c37
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