
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.
Products.ColorField
Advanced tools
If you are using zc.buildout and the plone.recipe.zope2instance recipe to manage your project, just do this:
Add Products.ColorField to the list of eggs to install, e.g.:
| [buildout] | ... | eggs = | ... | Products.ColorField
Tell the plone.recipe.zope2instance recipe to install a ZCML slug:
| [instance] | recipe = plone.recipe.zope2instance | ... | zcml = | Products.ColorField
Re-run buildout, e.g. with:
| $ ./bin/buildout
You can skip the ZCML slug if you are going to explicitly include the package from another package's configure.zcml file.
Because its top level Python namespace package is called Products, this
package can also be installed in Zope 2 as an old style Zope 2 Product.
For that, move (or symlink) the ColorField folder of this project
(Products.ColorField/Products/ColorField) into the Products directory of
the Zope instance it has to be installed for, and restart the server.
You can also skip the ZCML slug if you install this package the Zope 2 Product way.
Set OUTPUT_FORMAT in config.py of the field itself to have the color codes in HTMLColor, RGB, HexColor or PILColor. Default is HTMLColor.
In your custom Archetype, add:
| from Products.ColorField import ColorWidget, ColorField
Use it like a regular field/widget in your Type's Schema.
| ColorField('my_color', | default='#00FFFF', | output_format='HexColor', | widget=ColorWidget( | label='My color', | allow_brightness=True) | ),
FAQs
ColorField is a color picker and converter for Plone Archetypes.
We found that Products.ColorField demonstrated a healthy version release cadence and project activity because the last version was released less than 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 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.