Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
pybbm-private-messages
Advanced tools
This is a plugin to add private messaging to the django forum solution pybb
Prerequisites:
Django>=1.8
pybbm>=0.17
Quick Start
pip install pybbm-private-messages
private_messages
to your INSTALLED_APPS
in settings.py
BEFORE pybb
(it overrides some templates)django_select2
to your INSTALLED_APPS
manage.py migrate private_messages
urls.py
file, e.g.: urlpatterns = [
...
url(r'^forum/', include('pybb.urls', namespace='pybb')),
url(r'^forum/', include('private_messages.urls', namespace='private_messages')),
]
'private_messages.context_processors.unread_messages'
to your template context processors in settings.{% block private_messages %}{% endblock %}
to your PYBB_TEMPLATE
will place a link to the inbox with the text: "Inbox" and a bootstrap badge adjacent to it with the number of unread messages, if there are any. For just the number of unread messages, use {% block unread_msgs %}{% endblock %}
.FAQs
A private messaging plugin for the pybbm forum.
We found that pybbm-private-messages 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
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.