-
-
Notifications
You must be signed in to change notification settings - Fork 229
Closed
Description
The unaffected_versions for CVE-2012-3424 disagrees with the advisory text, which says:
Rails 3.x before 3.0.16, 3.1.x before 3.1.7, and 3.2.x before 3.2.7
But we have:
unaffected_versions:
- '>= 2.3.5, <= 2.3.14'
That value is the result of a confusing series of commits. I suspect that the intent was for it to read:
unaffected_versions:
- '>= 2.0, <= 2.3.15'
But the Rails 2 line enjoyed three subsequent releases that are not covered by this range.
I think the unaffected_versions spec should be < 3.0. This would match the text, and as a happy coincidence would include all future RailsLTS 2 releases.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels