Research
Security News
Threat Actor Exposes Playbook for Exploiting npm to Build Blockchain-Powered Botnets
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
sails-permissions
Advanced tools
Comprehensive sails.js user permission/privilege framework that allows granting and restricting access to models and attributes based on object ownership and relationships with other users and roles
$ npm install sails-auth sails-permissions --save
$ sails generate auth-api
$ sails generate permissions-api
variable | description |
---|---|
ADMIN_EMAIL | admin user email address |
ADMIN_PASSWORD | admin user password |
{
"generators": {
"permissions-api": "sails-permissions",
"auth-api": "sails-auth"
}
}
'*': [ 'passport', 'sessionAuth', 'ModelPolicy', 'OwnerPolicy', 'AuthorizationPolicy' ],
AuthController: {
'*': true
}
var Foo = {
// model definition
};
_.merge(Foo, require('sails-permissions/src/models/HasOwner.js'));
module.exports = Foo;
MIT
FAQs
Comprehensive user permissions and entitlements system for sails.js and Waterline. Supports user authentication with passport.js, role-based permissioning, object ownership, and row-level security.
The npm package sails-permissions receives a total of 32 weekly downloads. As such, sails-permissions popularity was classified as not popular.
We found that sails-permissions demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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 threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
Security News
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
Security News
Research
A malicious npm package disguised as a WhatsApp client is exploiting authentication flows with a remote kill switch to exfiltrate data and destroy files.