issues Search Results · language:Dune language:JavaScript language:HTML language:TypeScript language:JavaScript
Filter by
41.5M results
File: README.md
Description
The README contains several inaccuracies and issues:
1. Wrong git clone command
git clone https://github.com/Senthil455/Shopvexael.git
cd online-shopping-python-project ...
bug
documentation
low
Files: shop/views.py:553,729
Description
The project has no rate limiting on any endpoint. This affects:
1. Login endpoint (Login view): No rate limiting on failed login attempts — vulnerable to brute ...
enhancement
medium
security
Files: Multiple template files in shop/templates/
Description
Several frontend/UI issues affect the user experience:
1. No main landmark elements
- Most pages lack semantic main and section landmarks ...
bug
frontend
medium
File: OnlineShopping/settings.py
Description
The project has no caching configuration whatsoever. There is no CACHES setting in settings.py:
# No CACHES setting exists
Impact
- Every page request ...
enhancement
medium
performance
Files: shop/templates/base.html, shop/views.py:30-32 (ajax_search)
Description
The AJAX search endpoint returns product names that can contain arbitrary text, and the frontend renders them into the
DOM ...
bug
high
security
File: base.html (all JavaScript is inline, ~200+ lines)
Description
All JavaScript code is written inline within base.html — there are no external JS files anywhere in the project:
- ~200+ lines of ...
frontend
medium
refactor
Severity: HIGH
Description
The Group model has a settings.onlyAdminsCanMessage field (backend/src/models/group.model.ts:54), and the frontend
checks it before rendering the message input (frontend/src/components/chat/ChatWindow.tsx:321). ...
bug
security
어떤 기능인가요?
로비 생성/대기실 설정 화면의 라운드 수 입력 정책을 서버의 mapNumOfSong 기준과 일치시키고, 슬라이더 외에 직접 숫자로 라운드 수를 입력할 수 있는 UI를 추가한다. 현재 FE는 맵 곡 수가 50개를
초과하더라도 라운드 수 최대값을 50으로 제한하고 있다.
하지만 BE는 선택된 맵이 있을 때 questionCount = selectedMap.numOfSong ...
✨ feature
Severity: HIGH
Description
In backend/src/controllers/channel.controller.ts:178-180, every call to GET /api/channels/:channelId/posts increments
the viewCount field for ALL returned posts by 1, with ...
bug
data-integrity
Severity: HIGH
Description
In backend/src/controllers/channel.controller.ts:110-111, the unsubscribe endpoint decrements subscriberCount using
$inc: { subscriberCount: -1 } without checking if the count ...
bug
data-integrity

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.