Skip to content

Security: yokwejuste/DjangoCrafts

Security

SECURITY.md

Security Policy

Disclaimer

IMPORTANT: The Django Crafts repository contains sample projects and tutorials for educational purposes. We are not responsible for any security leakages that might occur in your production environment if you implement these examples without proper security considerations. Please refer to the original packages' documentation and security guidelines for any corrections or updates.

Reporting a Vulnerability

If you discover a security vulnerability within any of the projects in this repository:

  1. Do Not disclose the vulnerability publicly
  2. Send an email to [email protected] describing the issue
  3. Allow time for the vulnerability to be addressed before disclosing it publicly

Security Best Practices

When implementing any of the projects from this repository in your own applications, please consider the following security best practices:

  1. Keep Dependencies Updated: Always use the latest stable versions of Django and other dependencies
  2. Secure Environment Variables: Never commit sensitive information like API keys or passwords
  3. Implement Proper Authentication: Follow security standards for user authentication
  4. Regular Security Audits: Perform regular security audits of your code
  5. Follow Django's Security Guidelines: Refer to Django's security documentation

Original Package References

For specific security concerns related to the packages used in these projects, please refer to the security documentation of the original packages:

Version Support

We only support the latest version of each project in this repository. If you find security issues in older versions, please upgrade to the latest version before reporting.

There aren’t any published security advisories