GitXplorerGitXplorer
c

webapp_security_by_example

public
11 stars
6 forks
1 issues

Commits

List of commits on branch master.
Unverified
4c0bf84149b373e9cc1fc7826bacdd6d397c0a88

Update Flask version

committed 6 years ago
Unverified
a1128ec28deec4610b9f01380aa27117d7d00b8c

Update Jinja dependency version

committed 6 years ago
Unverified
c8707887616e37c450b528123413505fa3c67b8b

Start same origin policy examples, just overall structure done so far

committed 8 years ago
Unverified
0260830bffbeb0717e3df1fc0e1f9564b88d5648

Add more description in CSRF 2 example

committed 8 years ago
Unverified
188528c2820d6cbe4eb26587d35772115f335573

Move hello_flask to top level directory instead of nested under python/

committed 8 years ago
Unverified
33e29ce8516324c5ae60e47be8752af8f366fafd

Finish exfil and add it to the XSS index. Now with 100% more memes

committed 8 years ago

README

The README file for this repository.

Web App Security by Example

This repo aims to demonstrate specific web security principles via minimal examples.

See hello_flask/ for a series of OWASP Top 10 type examples using Python's Flask web framework.