
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
ract-cli-tool
Advanced tools
RACT is a command-line tool for managing Role-Based Access Control (RBAC) in systems that use Redis and PostgreSQL as backend services. It allows administrators to manage user roles (e.g., Admin, User) in a PostgreSQL database and handle user sessions in Redis. This tool can be used to:
RACT ensures that the roles of users in a system are efficiently managed across both Redis (for session management) and PostgreSQL (for user roles).
Your Postgres and Redis URIs will be stored locally through the creditionals.json file within the root directory of this tooler.
creditionals.json Example{
"redisUrl": "redis://localhost:6379",
"sqlDbUrl": "postgres://username:password@localhost:5432/dbname"
}
redisUrl: The URL of the Redis instance used for session management.sqlDbUrl: The URL of the PostgreSQL instance used for user management.If the creditionals.json file is missing fields, the tool will prompt you to enter the credentials when you run it.
To run the tool, use npx from the command line:
npx ract-cli-tool
Upon running the tool, you'll be presented with a menu of options.
creditionals.json file.add/update configs: You will be prompted for Redis and PostgreSQL URLs. The tool will then save them to the creditionals.json file.
update role: You will:
FAQs
A CLI based tool for RBAC system administration
We found that ract-cli-tool demonstrated a healthy version release cadence and project activity because the last version was released less than 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.