How to run: python -m flask run or docker run -t IMAGE
DB Design: User collection and message collection
Vulnerable methods: Get message Add message
Protection 1: Unpredictable ID's
Protection 2: Check Authorization
Code Analysis:
- Bandit
- PYT
- RATS
- Prospector
- ChatGPT