-
Notifications
You must be signed in to change notification settings - Fork 182
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
HawtJNI vulnerable to CVE-2013-2035 embedded by jline2 #85
Comments
JRuby is waiting on a release too, since we bundle jline2. |
I can spin a release this weekend if the codebase is ready. I don't have time to review anything or check if its ready, so someone let me know and I'll release it. |
I believe it is good to go, but since I've been making the most recent merges & pushes, I understand if you prefer waiting for someone else to bang on it. |
staged: https://oss.sonatype.org/content/repositories/jline-576 please verify if its all happy and I will pull the release trigger, and re-deploy the site. |
Looks good to me. |
released, will try to get the site updated shortly. |
jline2 embeds jansi, which in turn embeds the org.fusesource.hawtjni.runtime.Library class. This is vulnerable to CVE-2013-2035:
https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2013-2035
HawtJNI 1.8 has been released, incorporating a fix for this flaw. Jansi 1.11 has been released, embedding HawtJNI 1.8 and incorporating a fix for this flaw.
The text was updated successfully, but these errors were encountered: