Skip to content

Commit 5b34635

Browse files
committed
cvss_v3 should be a regular String key.
1 parent cbf3d75 commit 5b34635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/github_advisory_sync.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ def create(package)
341341
filename_to_write = package.filename
342342

343343
new_data = package.merge_data({
344-
"cvss_v3": ("<FILL IN IF AVAILABLE>" unless cvss),
344+
"cvss_v3" => ("<FILL IN IF AVAILABLE>" unless cvss),
345345
"patched_versions" => [ "<FILL IN SEE BELOW>" ],
346346
"unaffected_versions" => [ "<OPTIONAL: FILL IN SEE BELOW>" ]
347347
})

0 commit comments

Comments
 (0)