Go to file
2024-11-11 15:43:09 +08:00
client added unsecured sql api for server 2024-11-11 15:43:09 +08:00
docker setup postgres backend 2024-11-11 00:43:09 +08:00
server added unsecured sql api for server 2024-11-11 15:43:09 +08:00
README setup postgres backend 2024-11-11 00:43:09 +08:00

# cspj application

## attacks

1. sql injection
2. xss
3. command injection
4. file inclusion attacks
5. csrf
6. directory traversal
7. insecure deserialization
8. session hijacking
9. xml external entity injection
10. sever side request forgery
11. broken authentication and session management
12. clickjacking

## backend

backend-for-frontend server

!remember to set the environment variables
!include this in the setup instructions
!should we use a .env file and let the user set the variables?

PGHOST=localhost
PGPORT=5432
PGDATABASE=asdfdb
PGUSER=asdfuser
PGPASSWORD=asdfpassword