whipermr5 / AS101-4-workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AppSec 101 Module 4 Workshop: Sample Flask Application

⚠️ Warning: this repository deliberately contains vulnerabilities for the purpose of an information security training course, do not use the code from this repository in production.

The application consists of two Docker containers:

  • A frontend website written in Python Flask
  • A backend database using PostgreSQL

It is a simple message-posting application (referred to as Echo app in the instructions) where messages entered by the user in the web interface are written to the PostgreSQL database. The web front-end shows all messages entered by users.

Instructions

About


Languages

Language:Python 45.8%Language:HTML 40.5%Language:Shell 8.5%Language:Dockerfile 3.7%Language:CSS 1.5%