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.
Gem for testing above the fold render on the first tcp round trip.
This gem is a Rack middleware that truncates the gzipped response to 14kb.
Useful for testing critical rendering path optimization.
Add this line to your application's Gemfile:
gem 'agouti'
And then execute:
$ bundle
Or install it yourself as:
$ gem install agouti
To enable the middleware, it is necessary to add the following header to the request:
X-Agouti-Enable: 1
It is possible to customize the length of the content that the server will respond with the following header:
X-Agouti-Limit: 14000
Given /^(?:|I )navigate to '(.+)'$/ do |page_path|
visit page_path
Given /^(?:|I )navigate to '(.+)' waiting only one tcp round trip$/ do |page_path|
page.driver.add_header("X-Agouti-Enable", "1", permanent: false)
visit page_path
end
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)FAQs
Unknown package
We found that agouti 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.
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.