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

Eventually re-add jruby support #2

Open
postmodern opened this issue Sep 3, 2022 · 1 comment
Open

Eventually re-add jruby support #2

postmodern opened this issue Sep 3, 2022 · 1 comment
Labels
chore You gotta do, what you gotta do

Comments

@postmodern
Copy link
Member

Once JRuby adds support for Ruby 3.0, it can be added to the CI matrix.

@postmodern postmodern added the chore You gotta do, what you gotta do label Sep 3, 2022
@postmodern
Copy link
Member Author

Blocked by a weird JRuby Zlib error that is being worked on upstream.

  1) Ronin::Vulns::LFI#vulnerable? when #filter_bypass is :zlib and when the response does not contain the included Base64 + Zlib compressed /etc/passwd file but when the response contains other Base64 strings must return false
     Failure/Error: Compression.zlib_inflate(Base64.decode64(string)) =~ @test_file
     
     Zlib::BufError:
       buffer error
     # /data/home/postmodern/code/ronin-rb/vendor/bundle/jruby/3.1.0/gems/ronin-support-1.0.0/lib/ronin/support/compression/zlib.rb:54:in `inflate'
     # /data/home/postmodern/code/ronin-rb/vendor/bundle/jruby/3.1.0/gems/ronin-support-1.0.0/lib/ronin/support/compression.rb:58:in `zlib_inflate'
     # ./lib/ronin/vulns/lfi.rb:238:in `block in vulnerable?'
     # ./lib/ronin/vulns/lfi.rb:236:in `vulnerable?'
     # ./spec/lfi_spec.rb:606:in `block in <main>'
     # /data/home/postmodern/code/ronin-rb/vendor/bundle/jruby/3.1.0/gems/webmock-3.18.1/lib/webmock/rspec.rb:37:in `block in <main>'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore You gotta do, what you gotta do
Projects
None yet
Development

No branches or pull requests

1 participant