This repository contains common security pitfalls for Python with descriptions and test cases for interactive learning.
- Decorators
- Join Paths
- Mutable Default Objects
- Regular Expression
- Temporary File and Directory
- URL join
# cd <folder>
# python3 <test-case>
# for example:
cd url_join
python3 urllib_parse_urljoin.py