Skip to content

Commit 6084481

Browse files
committed
Correctly exclude 4.0.0.beta* from unaffected_versions (closes #151).
* This will match versions `3.X.X` as unaffected, but still flag versions `4.0.0.beta1` and `4.0.0.beta2` as affected.
1 parent e26e041 commit 6084481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gems/passenger/CVE-2012-6135.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ description: |
1414
cvss_v2: 2.1
1515
cvss_v3: 7.5
1616
unaffected_versions:
17-
- "< 4.0.0"
17+
- "< 4.0.0.beta"
1818
patched_versions:
1919
- ">= 4.0.0"

0 commit comments

Comments
 (0)