refactor: update issue and pull request templates for clarity and consistency

This commit is contained in:
Poyraz Avsever
2026-04-18 21:51:19 +03:00
parent d9f62f861b
commit d3d57b098b
3 changed files with 15 additions and 31 deletions
-11
View File
@@ -26,14 +26,3 @@ After a private report is submitted:
3. A fix is prepared and validated.
4. Disclosure timing is coordinated.
5. Credits are given when appropriate.
## Scope Highlights
Security-sensitive areas in this repository include:
- Authentication and session handling in [lib/auth.ts](lib/auth.ts)
- Access control checks in [lib/route-access.ts](lib/route-access.ts)
- Share-link and guest access flows in [lib/share-links.ts](lib/share-links.ts) and [app/watch](app/watch)
- Upload validation and storage paths in [app/api/upload](app/api/upload)
- Billing and webhook handling in [app/api/billing](app/api/billing) and [app/api/stripe/webhook/route.ts](app/api/stripe/webhook/route.ts)