Skip to content

Commit

Permalink
Fix yamllint warning about too few spaces before comment
Browse files Browse the repository at this point in the history
  • Loading branch information
reedloden committed Jan 24, 2023
1 parent c7d8ed0 commit 04cb4e2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gems/actionpack/CVE-2023-22792.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ description: |
unaffected_versions:
- "< 3.0.0"
patched_versions:
- "~> 5.2.8, >= 5.2.8.15" # Rails LTS
- "~> 5.2.8, >= 5.2.8.15" # Rails LTS
- "~> 6.1.7, >= 6.1.7.1"
- ">= 7.0.4.1"
2 changes: 1 addition & 1 deletion gems/actionpack/CVE-2023-22795.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ description: |-
Users on Ruby 3.2.0 or greater are not affected by this vulnerability.
patched_versions:
- "~> 5.2.8, >= 5.2.8.15" # Rails LTS
- "~> 5.2.8, >= 5.2.8.15" # Rails LTS
- "~> 6.1.7, >= 6.1.7.1"
- ">= 7.0.4.1"
2 changes: 1 addition & 1 deletion gems/activerecord/CVE-2022-44566.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ description: |
Ensure that user supplied input which is provided to ActiveRecord clauses do
not contain integers wider than a signed 64bit representation or floats.
patched_versions:
- "~> 5.2.8, >= 5.2.8.15" # Rails LTS
- "~> 5.2.8, >= 5.2.8.15" # Rails LTS
- "~> 6.1.7, >= 6.1.7.1"
- ">= 7.0.4.1"
2 changes: 1 addition & 1 deletion gems/activesupport/CVE-2023-22796.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ description: |-
Users on Ruby 3.2.0 or greater may be able to reduce the impact by
configuring Regexp.timeout.
patched_versions:
- "~> 5.2.8, >= 5.2.8.15" # Rails LTS
- "~> 5.2.8, >= 5.2.8.15" # Rails LTS
- "~> 6.1.7, >= 6.1.7.1"
- ">= 7.0.4.1"

1 comment on commit 04cb4e2

@tomdev
Copy link

@tomdev tomdev commented on 04cb4e2 Jan 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Reed :-)

Please sign in to comment.