willgarcia / sample-flask-app

Example vulnerable app for the AppSec101 workshop deployed by https://github.com/wilvk/sample-deploy-pipeline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 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

Example vulnerable app for the AppSec101 workshop deployed by https://github.com/wilvk/sample-deploy-pipeline


Languages

Language:Python 46.0%Language:HTML 40.3%Language:Shell 8.4%Language:Dockerfile 3.7%Language:CSS 1.5%