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.
@mashroom-content/mashroom-content-provider-strapi
Advanced tools
Mashroom Content Internal Storage Provider
Plugin for Mashroom Server, a Microfrontend Integration Platform. Part of the Mashroom Content extension.
This plugin adds a content provider which uses the Strapi Headless CMS as backend.
Only tested with Strapi 4.x. Supports internationalization but no versioning and also not the draft mechanism.
If node_modules/@mashroom is configured as plugin path just add @mashroom-content/mashroom-content-provider-strapi as dependency.
You can override the default config in your Mashroom config file like this:
{
"plugins": {
"Mashroom Content Strapi Provider": {
"strapiUrl": "http://localhost:1337",
"apiToken": "xxxxxxx"
}
}
}
Your Strapi instance needs at least an activated Internationalization Plugin with the same languages as configured in Mashroom
Also, if you want to use the Mashroom Content Markdown Renderer App you need to create a content type markdown with two properties: title (string), content (rich text).
FAQs
Mashroom Content Internal Storage Provider
We found that @mashroom-content/mashroom-content-provider-strapi 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.