#
# NOTE: This file contains Known Vulnerabilities for testing
#       and should not be used in Production
#
flask==3.0.0
# CRITICAL VULNERABILITY: PyYAML 5.3.1 (CVE-2020-14343)
# Allows Arbitrary Code Execution via unsafe yaml.load()
PyYAML==5.3.1
# Additional dependencies
requests==2.25.1
jinja2==3.1.6
