Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
|pipeline-badge| |coverage-badge| |docs-badge| |pypi-badge|
Django vox is a django app that allow you to create and issue different types of notifications. Notifications can have different kinds of parameters which allow for convenient editing in the admin.
TLDR: Because I am lazy and I don't want to spend my evening doing a deploy just because marketing wants to update the text in their latest spam mail.
In a few more words:
Editing copy for notifications shouldn't have to be done by programmers. This means:
People have different ways of interacting with computers, and one way of doing notifications (i.e. email) doesn't always make sense.
Well, why don't you just head over to the documentation
_ and we'll
get you started. A word of warning, it's not super simple to setup, but
it's worth it.
.. |pipeline-badge| image:: https://gitlab.com/alantrick/django-vox/badges/master/pipeline.svg :target: https://gitlab.com/alantrick/django-vox/ :alt: Build Status
.. |coverage-badge| image:: https://gitlab.com/alantrick/django-vox/badges/master/coverage.svg :target: https://gitlab.com/alantrick/django-vox/ :alt: Coverage Status
.. |docs-badge| image:: https://img.shields.io/badge/docs-latest-informational.svg
:target: the documentation
_
:alt: Documentation
.. |pypi-badge| image:: https://img.shields.io/pypi/v/django_vox.svg :target: https://pypi.org/project/django-vox/ :alt: Project on PyPI
.. _the documentation: https://alantrick.gitlab.io/django-vox/
Channel.field
This version includes a new registration system for models so that you
don’t have to subclass VoxModel
(which is a problem for 3rd party models).
The new way of registering the models is described in detail in the
documentation.
Incompatibilities with Version 3:
Notification.issue
must be specified
by keyword arguments now. This doesn’t affect
VoxModel.issue_notification
, so it’s only relevant if you were manually
loading Notifications and triggering them.Other changes:
Backend.send_message
an instance method, and instantiate backend
objects when sending messages. This is a significant API change, but it's
unlikely to actually cause backwards compatibility issues.to_addresses
is a generatorread_at
field on inbox itemsbackground_task
implementationFirst stable release
FAQs
A notification app for Django
We found that django-vox 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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.