Skip to content

issues Search Results · language:Edge language:Python language:JavaScript language:HTML language:JavaScript language:Java

Filter by

61.6M results  (774 ms)

61.6M results

Description A teacher superkey 1 is hardcoded in the source code. Anyone who reads the source (publicly available on GitHub) can register as a teacher by using this key during registration. Location ...
bug
high-priority
security

Description The Flask application secret key is hardcoded as your_secret_key in the source code, which is publicly visible in the GitHub repository. Location app.py:13 app.secret_key = your_secret_key ...
bug
critical
security

Description Passwords are stored in plaintext in the database, despite the README claiming bcrypt is used. The passwordhash column in the users table stores raw passwords with zero hashing or salting. ...
bug
critical
security

File: shop/templates/, OnlineShopping/settings.py Description Several security hardening configurations are missing: 1. No Content Security Policy (CSP) headers - No Content-Security-Policy header ...
enhancement
medium
security

Files: shop/models.py — Feature model Description The Feature model has a field named feature that matches the model name, creating confusing naming: class Feature(models.Model): product = models.ForeignKey(Product, ...
bug
low
refactor

File: shop/views.py, shop/admin.py Description The db.sqlite3 file (7MB+) is tracked in Git despite being listed in .gitignore. This indicates it was committed before .gitignore was properly configured. ...
low
refactor

File: shop/migrations/ Description The migration files have headers indicating they were generated by Django 6.0.5: # Generated by Django 6.0.5 on 2026-06-16 09:25 However, requirements.txt pins Django==5.2.14, ...
bug
medium

Description: The current checkout process on the Enatega food delivery site exhibits inconsistency in the user experience when selecting different payment methods. Specifically, when users choose the credit/debit ...

Files: requirements.txt, OnlineShopping/settings.py, runtime.txt Description Several dependency and version management issues: 1. Pillow==10.4.0 is outdated - Latest Pillow release is 11.x with important ...
enhancement
low
refactor

enhancement
Issue origami icon

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 Issues
ProTip! Restrict your search to the title by using the in:title qualifier.
Issue origami icon

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 Issues
ProTip! Restrict your search to the title by using the in:title qualifier.