Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Cache responses in HTTParty models
You can install the latest Film Buff gem using RubyGems
gem install httparty-icebox
Alternatively you can check out the latest code directly from Github
git clone http://github.com/sachse/httparty-icebox.git
Enable caching with default values:
require 'httparty-icebox'
include HTTParty::Icebox
cache
# Use HTTParty's .get method as usual, the response will now be cached
cached_response = HTTParty.get("https://github.com/sachse/httparty-icebox")
Cache responses for 5 minutes on the system in the directory "/tmp":
require 'httparty-icebox'
include HTTParty::Icebox
cache :store => 'file', :timeout => 300, :location => '/tmp/'
# Use HTTParty's .get method as usual, the response will now be cached
cached_response = HTTParty.get("https://github.com/sachse/httparty-icebox")
Kristoffer Sachse (Current maintainer)
Karel Minarik (Original creator through a gist)
Fork the project, implement your changes in it's own branch, and send a pull request to me. I'll gladly consider any help or ideas.
FAQs
Unknown package
We found that httparty-icebox 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.