| Version | Supported |
|---|---|
| AdvancedMedia_DB | ✅ Yes |
| BasicMedia_DB | ✅ Yes |
| EduMedia_DB | ❌ No (Educational Use Only) |
This project is a Database Template and comes with inherent risks if not implemented correctly in the Application Layer:
- Session Management: The
dbo.Cookiestable is for demonstration purposes only. DO NOT use this in production. Use secure, encrypted, HTTPOnly cookies with a Redis/Memcached backend. - SQL Injection: If you are using Raw SQL commands in your app to query this DB, you are at risk. Always use an ORM (Entity Framework, Prisma) or Parameterized Queries.
- Data Privacy (GDPR/KVKK): The schema includes PII (Personally Identifiable Information). Ensure you implement "Right to be Forgotten" (data anonymization) in your application logic.
We take security seriously.
- Do not open a public GitHub issue for sensitive security vulnerabilities.
- Email info.beydahsaglam@gmail.com with details.
- We will acknowledge your report within 48 hours.