Skip to content

Commit bd2ab69

Browse files
committed
Double-quote all version ranges to match the GHSA script.
* This should also reduce the diff sizes of GHSA sync commits.
1 parent eca814c commit bd2ab69

File tree

267 files changed

+552
-552
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

267 files changed

+552
-552
lines changed

gems/actionpack-page_caching/CVE-2020-8159.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ description: |
3838
Where the `show` action of the `BooksController` may be vulnerable.
3939
cvss_v3: 9.8
4040
patched_versions:
41-
- '>= 1.2.1'
41+
- ">= 1.2.1"

gems/actionpack/CVE-2015-7576.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ description: |
110110
cvss_v2: 4.3
111111
cvss_v3: 3.7
112112
patched_versions:
113-
- '>= 5.0.0.beta1.1'
114-
- ~> 4.2.5, >= 4.2.5.1
115-
- ~> 4.1.14, >= 4.1.14.1
116-
- ~> 3.2.22.1
113+
- ">= 5.0.0.beta1.1"
114+
- "~> 4.2.5, >= 4.2.5.1"
115+
- "~> 4.1.14, >= 4.1.14.1"
116+
- "~> 3.2.22.1"

gems/actionpack/CVE-2015-7581.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ description: |
4646
Please note that only the 4.1.x and 4.2.x series are supported at present. Users of earlier unsupported releases are advised to upgrade as soon as possible as we cannot guarantee the continued availability of security fixes for unsupported releases.
4747
cvss_v3: 7.5
4848
unaffected_versions:
49-
- < 4.0.0
50-
- '>= 5.0.0.beta1'
49+
- "< 4.0.0"
50+
- ">= 5.0.0.beta1"
5151
patched_versions:
52-
- ~> 4.2.5, >= 4.2.5.1
53-
- ~> 4.1.14, >= 4.1.14.1
52+
- "~> 4.2.5, >= 4.2.5.1"
53+
- "~> 4.1.14, >= 4.1.14.1"

gems/actionpack/CVE-2016-0751.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ description: |
6565
cvss_v2: 5.0
6666
cvss_v3: 7.5
6767
patched_versions:
68-
- '>= 5.0.0.beta1.1'
69-
- ~> 4.2.5, >= 4.2.5.1
70-
- ~> 4.1.14, >= 4.1.14.1
71-
- ~> 3.2.22.1
68+
- ">= 5.0.0.beta1.1"
69+
- "~> 4.2.5, >= 4.2.5.1"
70+
- "~> 4.1.14, >= 4.1.14.1"
71+
- "~> 3.2.22.1"

gems/actionpack/CVE-2016-2098.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ description: |
8080
reporting this!
8181
cvss_v3: 7.3
8282
unaffected_versions:
83-
- '>= 5.0.0.beta1'
83+
- ">= 5.0.0.beta1"
8484
patched_versions:
85-
- ~> 3.2.22.2
86-
- ~> 4.2.5, >= 4.2.5.2
87-
- ~> 4.1.14, >= 4.1.14.2
85+
- "~> 3.2.22.2"
86+
- "~> 4.2.5, >= 4.2.5.2"
87+
- "~> 4.1.14, >= 4.1.14.2"

gems/actionpack/CVE-2020-8264.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ description: |
3131
`config.middleware.delete ActionDispatch::ActionableExceptions`
3232
cvss_v3: 6.1
3333
unaffected_versions:
34-
- < 6.0.0
34+
- "< 6.0.0"
3535
patched_versions:
36-
- '>= 6.0.3.4'
36+
- ">= 6.0.3.4"

gems/actionpack/CVE-2021-22885.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ description: |
5959
```
6060
cvss_v3: 7.5
6161
unaffected_versions:
62-
- < 2.0.0
62+
- "< 2.0.0"
6363
patched_versions:
64-
- ~> 5.2.4.6
65-
- ~> 5.2.6
66-
- ~> 6.0.3, >= 6.0.3.7
67-
- '>= 6.1.3.2'
64+
- "~> 5.2.4.6"
65+
- "~> 5.2.6"
66+
- "~> 6.0.3, >= 6.0.3.7"
67+
- ">= 6.1.3.2"

gems/actionpack/CVE-2021-22902.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ description: |
3535
```
3636
cvss_v3: 7.5
3737
unaffected_versions:
38-
- < 6.0.0
38+
- "< 6.0.0"
3939
patched_versions:
40-
- ~> 6.0.3, >= 6.0.3.7
41-
- '>= 6.1.3.2'
40+
- "~> 6.0.3, >= 6.0.3.7"
41+
- ">= 6.1.3.2"

gems/actionpack/CVE-2021-22903.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ description: |
4343
```
4444
cvss_v3: 6.1
4545
unaffected_versions:
46-
- < 6.1.0.rc2
46+
- "< 6.1.0.rc2"
4747
patched_versions:
48-
- '>= 6.1.3.2'
48+
- ">= 6.1.3.2"
4949
related:
5050
cve:
5151
- 2021-22881

gems/actionpack/CVE-2021-22904.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ description: |
5454
```
5555
cvss_v3: 7.5
5656
unaffected_versions:
57-
- < 4.0.0
57+
- "< 4.0.0"
5858
patched_versions:
59-
- ~> 5.2.4.6
60-
- ~> 5.2.6
61-
- ~> 6.0.3, >= 6.0.3.7
62-
- '>= 6.1.3.2'
59+
- "~> 5.2.4.6"
60+
- "~> 5.2.6"
61+
- "~> 6.0.3, >= 6.0.3.7"
62+
- ">= 6.1.3.2"

0 commit comments

Comments
 (0)