Secure Django Deployment
curated by SkillMD · plugin · 5 skills
Installs a pipeline to harden, audit, verify, and deploy a Django app securely.
Install the whole plugin (CLI)
npx skillmds add affaan-m/django-security
npx skillmds add affaan-m/production-audit
npx skillmds add affaan-m/django-verification
npx skillmds add addyosmani/security-and-hardening
npx skillmds add sakamoto-family-smile/django-securitySkills in this plugin
- ▌ django-security · affaan-mSecure Django applications against common vulnerabilities with production-ready settings, authentication, authorization, and input validation.
- ▌ production-audit · affaan-mAudits local code for production readiness, identifying risks in security, data integrity, payments, operations, and UX before shipping.
- ▌ django-verification · affaan-mRuns a comprehensive verification pipeline for Django projects including migrations, linting, tests with coverage, security scans, and deployment readiness checks before PRs or releases.
- ▌ security-and-hardening · addyosmaniHardens code against vulnerabilities by applying threat modeling, OWASP Top 10 prevention patterns, and secure coding practices for web applications.
- ▌ django-security · sakamoto-family-smileHardens Django applications against common vulnerabilities with production settings, authentication, authorization, SQL injection and XSS prevention, and secure deployment configurations.