-
Notifications
You must be signed in to change notification settings - Fork 398
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integration tests need to be updated to avoid unsafe templating #2012
Comments
|
fix unsafe asserts SUMMARY Closes #2012 ISSUE TYPE Bugfix Pull Request COMPONENT NAME integrationtests Reviewed-by: Mark Chappell Reviewed-by: Alina Buzachis
Summary
See: ansible/ansible-documentation#866 and ansible/ansible-documentation#866
Due to a CVE mitigation, there are some assert tasks that may begin failing in CI. Affected tasks can be identified with https://gist.github.com/sivel/7b012ae2ebf4ab4cb6225379a72cc502
Issue Type
Bug Report
Component Name
integration tests
Ansible Version
$ ansible --version
Collection Versions
$ ansible-galaxy collection list
AWS SDK versions
$ pip show boto boto3 botocore
Configuration
$ ansible-config dump --only-changed
OS / Environment
No response
Steps to Reproduce
Expected Results
we need to update affected tests to avoid CI failures
Actual Results
Code of Conduct
The text was updated successfully, but these errors were encountered: