
Security News
Follow-up and Clarification on Recent Malicious Ruby Gems Campaign
A clarification on our recent research investigating 60 malicious Ruby gems.
Explore the vast world of computational knowledge available for free via Wolfram's v2 API.
To install this gem:
gem install wolfram
Ruby 2.7 and later are supported; earlier versions may work, but are not supported.
You'll need a Wolfram Appid (api key) by creating an account here and then clicking on the 'Get an APPID' button.
Once you have your own appid, set it in your shell, preferably in your ~/.bashrc:
export WOLFRAM_APPID='YOURKEY'
If you want to explicitly set your appid in a script:
Wolfram.appid = "YOURKEY"
Query away on the commandline!
# Calculate distance and travel time between places
wolfram from boston to new york
# Solve an equation
wolfram x^3 - 4x^2 + 6x - 24 = 0
# Find words ending with able
wolfram words ending with able
Regular ruby usage:
query = 'boston population'
result = Wolfram.fetch(query)
# to see the result as a hash of pods and assumptions:
hash = Wolfram::HashPresenter.new(result).to_hash
For many more examples, see here.
FAQs
Unknown package
We found that wolfram demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.