
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Auto convert to WebP.
gem install rack-convert-webp
$ rackup -r 'rack/convert/webp' -b "use Rack::Convert::Webp;run Rack::Directory.new '.'"
$ curl -X GET -I -H "Accept: image/webp" -H "Content-Type: image/jpeg" 'http://localhost:9292/example.jpg'
HTTP/1.1 200 OK
Last-Modified: Thu, 20 Mar 2014 14:50:34 GMT
Content-Type: image/webp
Content-Length: 19340
X-Encoding-Time: 42ms
X-Compress: 24% - original: 78361 webp: 19340
Connection: keep-alive
Server: thin 1.6.1 codename Death Proof
$ curl -X GET -I -H "Accept: image/webp" -H "Content-Type: image/jpeg" 'http://localhost:9292/example.jpg?quality=10'
HTTP/1.1 200 OK
Last-Modified: Thu, 20 Mar 2014 14:50:34 GMT
Content-Type: image/webp
Content-Length: 4346
X-Encoding-Time: 36ms
X-Compress: 5% - original: 78361 webp: 4346
Connection: keep-alive
Server: thin 1.6.1 codename Death Proof
FAQs
Unknown package
We found that rack-convert-webp 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.