Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dealing with unfixed vulnerabilities in gems #157

Open
reedloden opened this issue Jun 23, 2015 · 3 comments
Open

Dealing with unfixed vulnerabilities in gems #157

reedloden opened this issue Jun 23, 2015 · 3 comments

Comments

@reedloden
Copy link
Member

What's the best way to handle OSVDB entries / CVE assignments for ruby gems with unfixed vulnerabilities? Specifically, maybe a gem is obsolete / unmaintained and won't ever have a new fixed version, but we want to let people know they are using a vulnerable gem. Another case is when a gem takes too long to fix an issue, but we want to warn users so they are aware (maybe not cause a failure, but at least a warning in those cases).

@phillmv
Copy link
Member

phillmv commented Jun 23, 2015

Yeah. This is something we're thinking about (i.e. #151).

I think right now we're leaning towards a "vulnerable_versions" and we'll figure something out in the next week or two.

@postmodern
Copy link
Member

Currently we just omit patched_versions to indicate all versions are affected.

@phillmv
Copy link
Member

phillmv commented Jun 23, 2015

So, actually, Reed pointed out a bunch of scenarios.

  1. There's "this version of the code is no longer going to be supported, upgrade ASAP" -> probably warrants its own kind of advisory file. i.e. "Don't use Rails 3 anymore".

Overloading the semantics of patched_versions probably not so great.

  1. Then there's gems that are maintained but the person has a day job / an unmaintained gem but a vuln affects only a specific version. A patch may or may not be coming along. Meantime, avoid using this one version in particular.

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

No branches or pull requests

3 participants