Closed matthewbelisle-wf closed 2 years ago
jinja2 < 2.11.3
via doc/requirements.txt
pygments < 2.7.4
via doc/requirements.txt
aviary.yaml
coverage of security relevant codeQuestions or Comments? Reach out on Slack: #support-infosec.
Closing in favor of https://github.com/Workiva/furious/pull/189
Some consumers don't have
webapp2
in their import path when loadingfurious/__init__.py
so we have to move the webapp2 logic all into thewebapp.py
file.