
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
collective.volto.socialsettings
Advanced tools
.. image:: https://travis-ci.com/collective/collective.volto.socialsettings.svg?branch=master :target: https://travis-ci.com/collective/collective.volto.socialsettings
Add-on for manage a list of social network links on Volto
Anonymous users can't access registry resources by default with plone.restapi (there is a special permission).
To avoid enabling registry access to everyone, this package exposes a dedicated restapi route with the list of social links: @social-links::
> curl -i http://localhost:8080/Plone/@social-links -H 'Accept: application/json'
And the result is something like this::
[
{
"title":"foo",
"icon": "bar",
"url": "http://foo.com"
},
...
]
You can edit settings directly from Volto because the control has been registered on Plone and available with plone.restapi.
To use this product in Volto, your Volto project needs to include a new plugin: https://github.com/collective/volto-social-settings
This product has been translated into
Italian
Spanish
Install collective.volto.socialsettings by adding it to your buildout::
[buildout]
...
eggs =
collective.volto.socialsettings
and then running bin/buildout
The project is licensed under the GPLv2.
This product was developed by RedTurtle Technology team.
.. image:: https://avatars1.githubusercontent.com/u/1087171?s=100&v=4 :alt: RedTurtle Technology Site :target: http://www.redturtle.it/
Added Spanish translations. [macagua]
Added more translations strings. [macagua]
update translation [lucabel]
FAQs
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 researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.