We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cvss_v3
1 parent cbf3d75 commit 5b34635Copy full SHA for 5b34635
1 file changed
lib/github_advisory_sync.rb
@@ -341,7 +341,7 @@ def create(package)
341
filename_to_write = package.filename
342
343
new_data = package.merge_data({
344
- "cvss_v3": ("<FILL IN IF AVAILABLE>" unless cvss),
+ "cvss_v3" => ("<FILL IN IF AVAILABLE>" unless cvss),
345
"patched_versions" => [ "<FILL IN SEE BELOW>" ],
346
"unaffected_versions" => [ "<OPTIONAL: FILL IN SEE BELOW>" ]
347
})
0 commit comments