
Research
/Security News
Bitwarden CLI Compromised in Ongoing Checkmarx Supply Chain Campaign
Bitwarden CLI 2026.4.0 was compromised in the Checkmarx supply chain campaign after attackers abused a GitHub Action in Bitwarden’s CI/CD pipeline.
koa-override
Advanced tools
Method override middleware. Let you use HTTP verbs such as PUT or DELETE in places where the client doesn't support it.
Refactor from koa-override-method#5
$ npm install koa-override --save
const bodyParser = require('koa-bodyparser')
const override = require('koa-override')
app.use(bodyParser())
app.use(override())
If body exists, check body._method first.
Otherwise check X-HTTP-Method-Override header.
If there is no override parameter, then it's simply this.request.method.
You shouldn't use this unless you know you're using override.
options.allowedMethods = [ 'POST' ] Only allowed override method on POST request.FAQs
method override middleware for koa
The npm package koa-override receives a total of 21,850 weekly downloads. As such, koa-override popularity was classified as popular.
We found that koa-override demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 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
Bitwarden CLI 2026.4.0 was compromised in the Checkmarx supply chain campaign after attackers abused a GitHub Action in Bitwarden’s CI/CD pipeline.

Research
/Security News
Docker and Socket have uncovered malicious Checkmarx KICS images and suspicious code extension releases in a broader supply chain compromise.

Product
Stay on top of alert changes with filtered subscriptions, batched summaries, and notification routing built for triage.