UVicMartletplace / martletplace

Recreating FB Marketplace for Students - UVic SENG499 Capstone Project
0 stars 0 forks source link

Conduct security review of Frontend #40

Open TobySMurray opened 4 months ago

TobySMurray commented 4 months ago

Feature Description

The Frontend service should adhere to security best practices. The team will investigate via thorough code reviews and pen tests to ensure compliance of the service, especially against SQL injection, XSS, and CSRF.

Problem You're Trying to Solve

The Messages service is a vector into the project's data stores. This opens it up to potential vulnerabilities which need to be identified and fixed.