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.
collective.tiles.discussion
Advanced tools
Tile for showing most recent discussion items.
Inspiration was taken from collective.portlet.discussion
.
Install collective.tiles.discussion by adding it to your buildout::
[buildout]
...
eggs =
collective.tiles.discussion
and then running bin/buildout
.
You probably want to add a tile management package as well, for example plone.app.mosaic
.
plone.app.mosaic
or some other tile management package.collective.tiles.discussion
.layout_view
for Mosaic.Note that there is also a "Discussions" tile in plone.app.standardtiles
.
This shows the comments of the current page, plus an add-form for a new comment.
In the tile you can filter on review state if you want. By default Discussion Items have only one state: published. In this case a filter is not needed.
In the Discussion control panel you can enable comment moderation. This enables a workflow with more states. Comments start in the pending state, and can be published, rejected, or marked as spam.
Currently, in Plone 6.0.6, without filter, an anonymous user will see Discussion Items from the states published, rejected, and spam. So you may want to explicitly filter on the published state in the tile, and possibly pending.
If you are having issues, or want to contribute a bugfix or feature, please let us know.
The project is licensed under the GPLv2.
FAQs
Tile for showing most recent discussion items.
We found that collective.tiles.discussion 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.