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.
1 parent 0ab6731 commit aab7bebCopy full SHA for aab7beb
lib/github_advisory_sync.rb
@@ -373,7 +373,7 @@ def create(package)
373
# The second block of yaml in a .yaml file is ignored (after the second "---" line)
374
# This effectively makes this data a large comment
375
# Still it should be removed before the data goes into rubysec
376
- file.write "\n\n# GitHub advisory data below - **Remove this data before committing**\n"
+ file.write "# GitHub advisory data below - **Remove this data before committing**\n"
377
file.write "# Use this data to write patched_versions (and potentially unaffected_versions) above\n"
378
file.write advisory.merge("vulnerabilities" => vulnerabilities).to_yaml
379
end
0 commit comments