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.
@kitconcept/volto-banner-block
Advanced tools
The Volto Banner Block allows editors to add a banner with text to a Volto page.
This add-on is volto-light-theme compatible.
Create a new Volto project (you can skip this step if you already have one):
npm install -g yo @plone/generator-volto
yo @plone/volto my-volto-project --addon @kitconcept/volto-banner-block
cd my-volto-project
Add @kitconcept/volto-banner-block
to your package.json:
"addons": [
"@kitconcept/volto-banner-block"
],
"dependencies": {
"@kitconcept/volto-banner-block": "*"
}
Download and install the new add-on by running:
yarn install
Start Volto with:
yarn start
Go to http://localhost:3000, login, create a new page. The banner block will show up in the Volto blocks chooser.
This block does not have any configuration options.
The development of this plugin has been kindly sponsored by German Aerospace Center (DLR).
The project is licensed under the MIT license.
FAQs
volto-banner-block: Volto add-on
We found that @kitconcept/volto-banner-block demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
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.