https://github.com/thoughtworksinc/as101-4-workshop
https://github.com/thoughtworksinc/as101-4-workshop
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thoughtworksinc/as101-4-workshop
- Owner: ThoughtWorksInc
- Created: 2020-09-25T13:22:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-06T06:46:56.000Z (almost 2 years ago)
- Last Synced: 2025-03-31T12:08:00.522Z (2 months ago)
- Language: Python
- Size: 2.26 MB
- Stars: 7
- Watchers: 6
- Forks: 262
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AppSec 101 Module 4 Workshop: Sample Flask Application
> :warning: **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 PostgreSQLIt 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
- [0. Setup](instructions/00_setup.md)
- [1. Hawkeye](instructions/01_hawkeye.md)
- [2. Secret Scanning](instructions/02_secret_scanning.md)
- [3. CI/CD](instructions/03_cicd.md)
- [4. Secrets](instructions/04_secrets.md)