Aditya Kurkure

Results 34 issues of Aditya Kurkure

**IMPORTANT: All PRs must be linked to an issue (except for extremely trivial and straightforward changes).** Fixes #825 **Description** Clear and concise code change description. Setup benchmark module for benchmarking...

P2

**Warning** This issue involves SQL injections. SQL injections should be performed on your local instance of the API and not the main API itself. If you do need to use...

Category: Documentation/Training
Category: Quality Assurance
Help Wanted

### Description Fixes #1083 ### Type of Change: - Code **Code/Quality Assurance Only** - New feature (non-breaking change which adds functionality pre-approved by mentors) ### How Has This Been Tested?...

Status: Needs Review

### Description Create `docker-compose.yml` and added postgresql as a service so that tests will now run on postgresql and not sqllite Fixes #1041 ### Type of Change: - Code -...

Status: Changes Requested

**Is your feature request related to a problem? Please describe.** Heroku Does offer DDoS mitigation however, according to [this](https://help.heroku.com/HCCDCDYY/does-heroku-offer-ddos-denial-of-service-mitigation) post they strongly recommend using a rate limiter library. **Describe the...

Category: Coding
Type: Enhancement
Hacktoberfest

### Description Bump flask jwt extended version to 4.0.2 Fixes #1002 ### Type of Change: - Code **Code/Quality Assurance Only** - New feature (non-breaking change which adds functionality pre-approved by...

Status: Changes Requested

### Description Use user password hash in signing key of the refresh token which means that on changing the password older refresh tokens will be invalid. [Doc](https://docs.google.com/document/d/1oDuDkkYnNT9P1lq280sEnntvfv-AF_Uc7mzcRzVjfCY/edit?usp=sharing) Fixes #903 ###...

Status: Needs Review

### Description Fixes #1019 ### Type of Change: - Code **Code/Quality Assurance Only** - Bug fix (non-breaking change which fixes an issue) ### How Has This Been Tested? Used to...

Status: Needs Review

**Describe the bug** If two users send requests to the register endpoint at the same time and both have the same username/emailID then the backend will crash. **To Reproduce** Kind...

Category: Coding
Type: Bug

### Is your feature request related to a problem? Please describe. Currently we do not validate data before sending it to the database ### Describe the solution you'd like Use...

Category: Coding
Type: Maintenance