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.
.. image:: https://camo.githubusercontent.com/dbdd84d7f7838316851e62ce34b0066e7cc57abc8f348aaadedc3888819992a9/68747470733a2f2f692e696d6775722e636f6d2f4e736958794f582e706e67 :alt: Django Spire Logo :align: center
django_spire
is a modular framework designed to enhance observability and improve the development of Django web applications.
To install django_spire
, run:
.. code-block:: bash
pip install django_spire
Add django_spire
to your Django project’s INSTALLED_APPS
:
.. code-block:: python
INSTALLED_APPS = [
'django_spire',
'django_spire.authentication',
'django_spire.authentication.mfa',
'django_spire.breadcrumb',
'django_spire.comment',
'django_spire.core',
'django_spire.file',
'django_spire.form',
'django_spire.gamification',
'django_spire.help',
'django_spire.history',
'django_spire.maintenance',
'django_spire.modal',
'django_spire.notification',
'django_spire.options',
'django_spire.pagination',
'django_spire.permission',
'django_spire.search',
'django_spire.user_account',
'django_spire.user_account.profile'
]
Please refer to our documentation for detailed setup, module configuration, and usage examples.
We welcome contributions! See our contributing guide for more details on how to get involved.
FAQs
Django framework for high observability web applications
We found that django-spire 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.