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
In #376 we added commit b2020a8 to ignore a particular ansible-core vulnerability because there is currently no recent version of ansible-core that does not have it. This ignored vulnerability should be removed once that becomes possible.
Motivation and context
Vulnerabilities should not be ignored when they need not be.
The text was updated successfully, but these errors were encountered:
This is being done only temporarily, and only because there is no
recent version of ansible-core that does not exhibit the
vulnerability. Without this change we get a failure from the
pip-audit pre-commit hook that we cannot do anything about.
See #380 for more details.
💡 Summary
In #376 we added commit b2020a8 to ignore a particular
ansible-core
vulnerability because there is currently no recent version ofansible-core
that does not have it. This ignored vulnerability should be removed once that becomes possible.Motivation and context
Vulnerabilities should not be ignored when they need not be.
The text was updated successfully, but these errors were encountered: