
Security News
Google’s OSV Fix Just Added 500+ New Advisories — All Thanks to One Small Policy Change
A data handling bug in OSV.dev caused disputed CVEs to disappear from vulnerability feeds until a recent fix restored over 500 advisories.
@wikimedia/cassandra-storage
Advanced tools
A nodejs storage engine and expressjs middleware to store HTTP responses to cassandra
A Cassandra DB storage abstraction to be used as a backend in nodejs projects. This library also provides an Express JS middleware to easily store/cache HTTP responses.
Install from main git branch:
> npm install https://gitlab.wikimedia.org/repos/content-transform/nodejs-cassandra-storage/-/archive/main/nodejs-cassandra-storage-main.tar.gz
Dependencies:
When using local nodejs for development:
When using a fully docker based setup:
> docker compose up -d cassandra
# Wait until cassandra STATUS is healthy (DB is ready for connections)
> docker compose ps cassandra
> npm install
> npm run lint
> npm run lint:fix
> npm run tests
> docker compose -it run tests bash
Then you can use the same npm commands as described in the previous section.
> docker compose run tests
An example of a simple ExpressJS app using the storage middleware can be found under ./examples/middleware
.
To generate the API documentation:
> npm run env -- jsdoc -c ./jsdoc.json lib
HTML output is rendered in ./out
FAQs
A nodejs storage engine and expressjs middleware to store HTTP responses to cassandra
We found that @wikimedia/cassandra-storage demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 23 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.
Security News
A data handling bug in OSV.dev caused disputed CVEs to disappear from vulnerability feeds until a recent fix restored over 500 advisories.
Research
/Security News
175 malicious npm packages (26k+ downloads) used unpkg CDN to host redirect scripts for a credential-phishing campaign targeting 135+ organizations worldwide.
Security News
Python 3.14 adds template strings, deferred annotations, and subinterpreters, plus free-threaded mode, an experimental JIT, and Sigstore verification.