Questions tagged [ruby]

51 questions
2
votes
1 answer

How does CVE-2013-4287 make Rubygems any more vulnerable?

I've recently heard about CVE-2013-4287, which can cause denial of service due to CPU consumption. But earlier this year, I attended Hacking with Gems which showed all kinds of weird and wonderful things a hacker could do with a malicious gem. If a…
Andrew Grimm
  • 2,102
  • 2
  • 20
  • 27
2
votes
0 answers

What is the purpose of OpenSSL::X509::ExtensionFactory

Why standard library of ruby suggests to create factory and only then add extensions to certificate ? ef = OpenSSL::X509::ExtensionFactory.new ef.subject_certificate = our_cert ef.issuer_certificate =…
srghma
  • 203
  • 2
  • 7
1
vote
1 answer

sample .apk file fore testing the Directory traversal vulnerability

I am looking to get a .apk file for testing the Directory traversal vulnerability. https://github.com/rubyzip/rubyzip/issues/315 We have upgraded the rubyzip gem to address this issue. And I want find sample .apk file for testing the fix.
Kapidis
  • 13
  • 3