Skip to content

Inappropriate version range for CVE-2012-3424 #529

@nsslh

Description

@nsslh

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions