Skip to content

Commit b51605e

Browse files
wktkreedloden
authored andcommitted
Remove pre-releases from unaffected versions of sinatra's CVE-2018-11627 (#339)
- 2.0.0.beta[1-2] and 2.0.0.rc[1-6] are also affected, but accidentally included to unaffected versions as they are < 2.0.0. - In the commit history, 2.0.0-alpha exists before 2.0.0.beta1 and it's not affected. Since rubygems treats 2.0.0-alpha as between 2.0.0.beta2 and 2.0.0.rc1, we need to explicitly add it to unaffected versions.
1 parent 2b17782 commit b51605e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

gems/sinatra/CVE-2018-11627.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ cvss_v3: 6.1
1212
patched_versions:
1313
- ">= 2.0.2"
1414
unaffected_versions:
15-
- "< 2.0.0"
15+
- "< 2.0.0.beta1"
16+
- "2.0.0-alpha"

0 commit comments

Comments
 (0)