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
View past actions performed in the admin panel and not only.
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: If you had previous versions(below 1.1.0) installed already.You can remove
content-manager
folder fromsrc/extensions
aslong as new version is not overriding it anymore.
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
}
// ...
}
This plugin only visible for users with Super Admin
role. However, if you want to give access to other users, you can add read
permissions to the Editor
and Author
roles too, by visiting Setting -> Roles -> YOUR PREFFERED ROLE -> Plugins -> Audit-log
and enable checkbox inf front of read
permission.
isLoggingDisabled
option to disable logging for specific requests. You can add manually isLoggingDisabled: true
in your request body in create
, update
and bulkDelete
actions. So it will skip logging.
E.G: It can be useful for cronJobs
, if you are doing bulkDelete
, update
or create
actions in your cron job, you can add isLoggingDisabled: true
in your request body, so it will skip logging for each record and will not periodically fill your database.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.