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.
Django-Sites-Lockdown
Advanced tools
Sometimes with Django you need to include the sites framework because an app requires it, but you don't really want or need staff to be able to add or delete sites in the admin panel. This app removes the capability to add or remove sites.
This is a very simple bit of functionality but it it useful enough to have an app so as not to have to repeat the process for every new django site.
Use your favorite method to get it from pypi, for example:
::
pip install django-sites-lockdown
Then add sites_lockdown
to your INSTALLED_APPS
.
FAQs
Remove the ability to add or edit sites in Django's admin panel.
We found that Django-Sites-Lockdown 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.