
Product
Announcing Socket Certified Patches: One-Click Fixes for Vulnerable Dependencies
A safer, faster way to eliminate vulnerabilities without updating dependencies
shyftplan
Advanced tools
Ruby gem for Shyftplan's REST API https://github.com/shyftplan/api-documentation
Try the gem on repl.it https://replit.com/@nisanth074/tryshyftplanruby#main.rb
Add the gem to your Rails app's Gemfile
gem "shyftplan", git: "https://github.com/nisanth074/shyftplan-ruby", branch: "main"
and bundle install
bundle install
Initialize the Shyftplan client
shyftplan = Shyftplan.new("john@acme.com", "dummy_api_token")
Retrieve evaluations
response = shyftplan.get("/evaluations")
evaluations = response["items"]
Retrieve evaluations across all pages
evaluations = shyftplan.each_page("/evaluations")
Doing the above may take a while. If you'd like to perform any action after each page retrieval, provide a block
shyftplan.each_page("/evaluations") do |page|
puts "Page retrieved..."
evaluations = page["items"]
EvaluationsCSVExport.add(evaluations)
end
FAQs
Unknown package
We found that shyftplan demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.

Product
A safer, faster way to eliminate vulnerabilities without updating dependencies

Product
Reachability analysis for Ruby is now in beta, helping teams identify which vulnerabilities are truly exploitable in their applications.

Research
/Security News
Malicious npm packages use Adspect cloaking and fake CAPTCHAs to fingerprint visitors and redirect victims to crypto-themed scam sites.