Disabled for now because it pulls in an old version of pyYAML that has a security vulnerability.
https://nvd.nist.gov/vuln/detail/CVE-2017-18342
It can be re-enabled when either pyYAML has released a non-beta fixed version or when flasgger switches to yaml.safe_load everywhere instead of yaml.load.
Disabled for now because it pulls in an old version of pyYAML that has a security vulnerability.
https://nvd.nist.gov/vuln/detail/CVE-2017-18342
It can be re-enabled when either pyYAML has released a non-beta fixed version or when flasgger switches to
yaml.safe_loadeverywhere instead ofyaml.load.