issues Search Results · language:Dune language:JavaScript language:JavaScript language:Java language:JavaScript is:public
Filter by
33.3M results
Description
src/app/api/contact/route.js sends both text and html fields in mailOptions, but src/app/api/send-review/route.js only
sends html.
Impact
Some email clients, notification previews, spam ...
gssoc:approved
mentor:PankajSingh34
Description: Currently, messages exchanged between two verified organization users in LSPWorld cannot be edited or
deleted after being sent.
Enhance the messaging functionality by providing Edit and Delete ...
Frontend
Description
src/lib/csrf.js implements validateCsrfOrigin(request) by taking origin || referer, trimming trailing slashes, and
comparing the result directly to TRUSTED_ORIGINS.
When the Origin header ...
gssoc:approved
mentor:PankajSingh34
🧩 추가 내용
카테고리 초기 더미데이터 추가
✅ 작업 목록
- [ ] CategorySeeder 더미데이터 추가
- [ ] depth 1~3 구조 유지
- [ ] 기존 데이터 존재 시 중복 생성 방지 로직 유지
🔍 완료 조건
- [ ] 빈 DB 실행 시 최신 카테고리가 생성된다.
- [ ] 카테고리 트리 조회 시 최신 목록이 확인된다. ...
add
Description
The external profile lookup routes call third-party APIs but do not apply local rate limiting:
- src/app/api/github-repos/route.js calls GitHub s users/repos endpoint
- src/app/api/coding-profiles/fetch/route.js ...
gssoc:approved
mentor:PankajSingh34
Description
In src/app/api/auth/route.js, the signup path returns error.message directly when admin.auth.admin.createUser(...)
fails:
if (error) {
return jsonResponse({ success: false, message: error.message ...
gssoc:approved
mentor:PankajSingh34
Description
src/app/api/newsletter/subscribe/route.js validates the submitted email string and inserts it as provided. It does not
trim/lowercase into a canonical value before storage.
If the database ...
gssoc:approved
mentor:PankajSingh34
Description
src/app/api/newsletter/subscribe/route.js accepts unauthenticated POST requests and writes directly to
newsletter_subscriptions, but it does not apply rate limiting, CAPTCHA/Turnstile verification, ...
gssoc:approved
mentor:PankajSingh34
Description
src/app/components/cookiesconsent.jsx links to href=/cookie-policy, but the repository contains the cookie policy page
at src/app/(marketing)/cookie/page.jsx, which maps to /cookie.
Impact ...
gssoc:approved
mentor:PankajSingh34
Description
src/app/components/community/CommunityBlogFeed.jsx links to href=/blogs for the blog call-to-action, but the app route
in the repository is src/app/blog/page.jsx.
Impact
Clicking the community ...
gssoc:approved
mentor:PankajSingh34

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.