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

How to handle OS-specific issues in a gem or ruby engine #186

Open
reedloden opened this issue Jul 27, 2015 · 1 comment
Open

How to handle OS-specific issues in a gem or ruby engine #186

reedloden opened this issue Jul 27, 2015 · 1 comment

Comments

@reedloden
Copy link
Member

We need a way to track operating system specific issues affecting a gem or ruby engine.

Here's one example:

While it affects cross-platform code, seems to only be exploitable on mingw32

Separately, looks like at least one Ruby developer disputes that this a security issue, so there's that to deal with as well.

Perhaps add an os field to the YAML format?

@reedloden
Copy link
Member Author

or we could just change platform to be what rubygems actually considers platforms...
java, x86-mingw32, x64-mingw32, linux, mswin, etc.

We'll change all jruby uses to java. I think that's the only case where we use platform right now.

The default platform is ruby, so we'll not require it in that case.

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

1 participant