tlkh / flask-analysis

Static Analysis Performed on Flask

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flask-static-analysis

Part of project for ISTD MSSD 51.503: Secure Software Engineering

Static Analysis Performed on Flask

Done:

  • flake8 + security plugins
  • dependencies scanning
  • audit for hardcoded secrets

TODO:

Black Box Testing

Generate SSL cert

pip install pyopenssl

openssl req -x509 -newkey rsa:4096 -nodes -out cert.pem -keyout key.pem -days 365

Running

python3 -m unittest BlackBoxTests

About

Static Analysis Performed on Flask


Languages

Language:Jupyter Notebook 88.9%Language:Python 9.9%Language:HTML 1.2%