Aditya Kurkure
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...
**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...
### 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?...
### 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 -...
**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...
### 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...
### 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 ###...
### 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...
**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...
### 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...