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.
Maintained fork of github.com/orcasgit/django-fernet-fields used by yourlabs.io/oss/djwebdapp
Fernet
_ symmetric encryption for Django model fields, using the
cryptography
_ library.
djfernet
supports Django
_ 4.0 and later on Python 3.
Only PostgreSQL, SQLite, and MySQL are tested, but any Django database backend
with support for BinaryField
should work.
.. _Django: http://www.djangoproject.com/ .. _Fernet: https://cryptography.io/en/latest/fernet/ .. _cryptography: https://cryptography.io/en/latest/
.. danger:: If you have data created with djfernet < 0.8, you will need the
following setting to be able to decrypt existing data:
DJFERNET_PREFIX = b'djfernet'
. Make sure you use a bytestring
right there with b'..'
!!
Documentation for djfernet is available at https://djfernet.readthedocs.org/
This app is available on PyPI
_ and can be installed with pip install djfernet
.
.. _PyPI: https://pypi.python.org/pypi/djfernet/
FAQs
Unknown package
We found that djfernet 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’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.