You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The py 1.11.0 library included in this project's dependency graph is affected by CVE-2022-42969, which is a contested CVE and doesn't affect nautobot... but it still shows up in vulnerability scanners.
The
py
1.11.0 library included in this project's dependency graph is affected by CVE-2022-42969, which is a contested CVE and doesn't affect nautobot... but it still shows up in vulnerability scanners.py is a dependency of
retry
, which has not received updates since 2016 https://pypi.org/project/retry/#historypyproject.toml references retry directly
nautobot-app-ssot/pyproject.toml
Line 56 in 8ff0d18
There's a fork of retry that seems an in-place replacement https://pypi.org/project/retry2/ and removes the py dependency.
The text was updated successfully, but these errors were encountered: