
Security News
Follow-up and Clarification on Recent Malicious Ruby Gems Campaign
A clarification on our recent research investigating 60 malicious Ruby gems.
Now updated to be compatible with ruby 2.4, JRubyArt 1.4.4 (newer version of ruby-processing), and Processing 3+.*
context-free DSL for ruby-2.4 and CF3 syntax
Very much derived from context-free.rb by Jeremy Ashkenas this version is updated to be more in line with CF3 and ruby 2.3 syntax. NB this version will not work with original ruby-processing.
To use this library you need install jruby (preferably jruby-9.1+), you will also need ruby-processing/JRubyArt to be installed (preferred version 1.4.4). There are three ways you can install this library:-
rake test and gem install
Clone this repository,
cd cf3ruby
jruby -S rake test # builds and tests gem (mouse click on frame for test image to show)
jruby -S gem install cf3-1.0.0.gem # may need sudo access
local bundle install
Clone this repository,
cd cf3ruby
# bundle install # using regular installed bundler may need to set GEM_PATH
jruby -S bundle install # if you installed bundler with jruby
gem install from rubygems
# When rubygems is updatd for this release.
# gem install cf3 # regular install may need to set GEM_PATH env variable
# jruby -S gem install cf3 # jruby install
it couldn't be easier could it?
Extract the included samples to your home directory (HOME/cf3work/samples)
cf3samples # should work
jruby -S cf3samples # else if installed with jruby this should also work
As for running ruby-processing,
k9 --run city.rb # providing you installed both ruby-processing (JRubyArt) and cf3ruby using jruby
You should read the JRubyArt documentation on using rubygems.
See CONTRIBUTING.md
FAQs
Unknown package
We found that cf3 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.
Security News
ESLint now supports parallel linting with a new --concurrency flag, delivering major speed gains and closing a 10-year-old feature request.
Research
/Security News
A malicious Go module posing as an SSH brute forcer exfiltrates stolen credentials to a Telegram bot controlled by a Russian-speaking threat actor.