Skip to content

Add 8.0.5.0 to patched_versions field#1023

Closed
jasnow wants to merge 1 commit intorubysec:masterfrom
jasnow:add-805
Closed

Add 8.0.5.0 to patched_versions field#1023
jasnow wants to merge 1 commit intorubysec:masterfrom
jasnow:add-805

Conversation

@jasnow
Copy link
Copy Markdown
Contributor

@jasnow jasnow commented Mar 26, 2026

Add 8.0.5.0 to patched_versions field

    • "~> 8.0.5.0"

patched_versions:
- "~> 7.2.3.1"
- "~> 8.0.4.1"
- "~> 8.0.5.0"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This would not work. If an 8.0.6 came out, this file would still consider it vulnerable

@jasnow
Copy link
Copy Markdown
Contributor Author

jasnow commented Mar 26, 2026

based on @postmodern's comment

I am going to change the ~> X.Y.Z.W patched versions to ~> X.Y.Z, >= X.Y.Z.W, which should allow for versions greater than X.Y.Z.W but less than X.Y+1.0.
```

@jasnow jasnow closed this Mar 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants