Description
Python web applications can be built with a lightweight web framework. This is useful for developers creating small services, internal tools, or simple HTTP interfaces.
Web frameworks can expose routes, files, credentials, and user data if apps are misconfigured. Validate inputs and keep development servers off untrusted networks.