Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
logismiko-strapi-audit-log
Advanced tools
This plugin allows you to log all the actions performed by the users of your application.
Actions performed by the admin users or authenticated users are logged. For external changes if ctx.state.user
is empty, it shows "External Change" instead of user name.
IMPORTANT NOTE: This plugin is overwriting Strapi's default
content-manager
plugin and automatically createsstrapi-server.js
in./srs/extensions
folder. So if you already overwrote this filestrapi-server.js
plugin may not work properly.
yarn add logismiko-strapi-plugin-audit-log
or
npm install logismiko-strapi-plugin-audit-log
In the config/plugins.js
you need to add the following configuration:
module.exports = {
// ...
'audit-log': {
enabled: true
}
// ...
}
logismiko-strapi-plugin-audit-log
FAQs
View past actions performed in the admin panel and not only.
The npm package logismiko-strapi-audit-log receives a total of 0 weekly downloads. As such, logismiko-strapi-audit-log popularity was classified as not popular.
We found that logismiko-strapi-audit-log demonstrated a not healthy version release cadence and project activity because the last version was released 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.