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.
volto-site-settings
Advanced tools
Note: This add-on currently needs collective.volto.sitesettings to be installed in order to work.
This addon enable user to change and translate:
and to change:
from control panel
and sets page title template with current site title. If volto-subsites is installed, it calculates site-title and site logo if you are under a subsite.
yarn add volto-site-settings
Use SiteProperty component to get site properties: For example, to get site title:
import { SiteProperty } from 'volto-site-settings';
const title = SiteProperty = ({
property = 'site_title',
getValue: true
});
or
import { SiteProperty } from 'volto-site-settings';
<SiteProperty property="site_title" />;
or to get logo:
import { SiteProperty } from 'volto-site-settings';
import logo from './logo.png';
<SiteProperty
property="site_logo"
defaultValue={{ url: logo, width: 82, height: 82 }}
className="icon"
alt={alt}
/>;
Contributions are welcome, feel free to open an issue or submit a PR.
This project uses the conventional changelog specification (see COMMITLINT.md).
This product is licensed under the MIT License.
This product was developed by the RedTurtle Technology team.
FAQs
volto-site-settings: Volto add-on
We found that volto-site-settings 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.