Azure / azure-functions-durable-python

Python library for using the Durable Functions bindings.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To fix MEND issue by updating the requirements.txt

santoshdata opened this issue Β· comments

πŸ› Describe the bug

MEND vulnerability issue due to old version of aiohttp library under requirements.txt file

πŸ€” Expected behavior

MEND reported vulnerability due to not having latest version in requirements.txt files.

β˜• Steps to reproduce
MEND is enabled at Azure DevOps Repo. Which scan vulnerability after each commit as well on periodic order also. Refer the screenshot for issue reported by MEND.

image

Thanks @santoshdata. @nytian - would you be able to submit this dependency upgrade and drive a release?