
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
couchdb-audit
Advanced tools
An npm and Kanso module for auditing changes to couchdb documents.
npm install couchdb-audit
var audit = require('couchdb-audit').withNano(db, dbName, designName, user)
db
: a Nano moduledbName
: the name of the database to usedesignName
: the name of the design document to useuser
: a String or callback which fetches the usernameYou can also optionally pass in a separate db name for storing and retrieving audit documents.
var audit = require('couchdb-audit').withNano(db, dbName, auditDbName, designName, user)
var audit = require('couchdb-audit').withFelix(db, user)
db
: a Felix CouchDB moduleuser
: a String or callback which fetches the usernameYou can also optionally pass in a separate db name for storing and retrieving audit documents.
var audit = require('couchdb-audit').withFelix(db, auditDb, user)
Include "couchdb-audit": null
in your kanso.json.
var audit = require('couchdb-audit/kanso').withKanso(db)
Where db
is a Kanso DB module.
You can also optionally pass in a separate db name for storing and retrieving audit documents.
var audit = require('couchdb-audit/kanso').withKanso(db, auditDb)
Then call saveDoc, bulkSave, removeDoc, get, or log.
This package is in its infancy, use with caution.
kanso publish
npm publish
grunt test
for the Node implementation. Deploy to kanso to run the kanso tests.
Builds brought to you courtesy of Travis CI.
FAQs
An npm and Kanso module for auditing changes to CouchDB documents
The npm package couchdb-audit receives a total of 115 weekly downloads. As such, couchdb-audit popularity was classified as not popular.
We found that couchdb-audit demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.