Skip to content

Commit 04cb4e2

Browse files
committed
Fix yamllint warning about too few spaces before comment
1 parent c7d8ed0 commit 04cb4e2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

gems/actionpack/CVE-2023-22792.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ description: |
3232
unaffected_versions:
3333
- "< 3.0.0"
3434
patched_versions:
35-
- "~> 5.2.8, >= 5.2.8.15" # Rails LTS
35+
- "~> 5.2.8, >= 5.2.8.15" # Rails LTS
3636
- "~> 6.1.7, >= 6.1.7.1"
3737
- ">= 7.0.4.1"

gems/actionpack/CVE-2023-22795.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ description: |-
3232
3333
Users on Ruby 3.2.0 or greater are not affected by this vulnerability.
3434
patched_versions:
35-
- "~> 5.2.8, >= 5.2.8.15" # Rails LTS
35+
- "~> 5.2.8, >= 5.2.8.15" # Rails LTS
3636
- "~> 6.1.7, >= 6.1.7.1"
3737
- ">= 7.0.4.1"

gems/activerecord/CVE-2022-44566.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ description: |
2828
Ensure that user supplied input which is provided to ActiveRecord clauses do
2929
not contain integers wider than a signed 64bit representation or floats.
3030
patched_versions:
31-
- "~> 5.2.8, >= 5.2.8.15" # Rails LTS
31+
- "~> 5.2.8, >= 5.2.8.15" # Rails LTS
3232
- "~> 6.1.7, >= 6.1.7.1"
3333
- ">= 7.0.4.1"

gems/activesupport/CVE-2023-22796.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ description: |-
3434
Users on Ruby 3.2.0 or greater may be able to reduce the impact by
3535
configuring Regexp.timeout.
3636
patched_versions:
37-
- "~> 5.2.8, >= 5.2.8.15" # Rails LTS
37+
- "~> 5.2.8, >= 5.2.8.15" # Rails LTS
3838
- "~> 6.1.7, >= 6.1.7.1"
3939
- ">= 7.0.4.1"

0 commit comments

Comments
 (0)