-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
support for older jinja2 in installer #5501 #6471
support for older jinja2 in installer #5501 #6471
Conversation
Build succeeded.
|
@shanemcd you have any thoughts on this? If not, I'm going to merge it. |
@megabreit is this Jinja2 docs suggest to me that it's a regex-like match. Do we need a |
I've got some more questions about this.
@ryanpetrello You are right, the match requires a reg-ex to emulate equalto completely. But it's not really necessary. |
Build succeeded (gate pipeline).
|
Thanks @megabreit 👍 |
CVE-2023-40267 GitPython: Insecure non-multi options in clone and clone_from is not blocked https://bugzilla.redhat.com/show_bug.cgi?id=2231474 GitPython before 3.1.32 does not block insecure non-multi options in clone and clone_from. NOTE: this issue exists because of an incomplete fix for CVE-2022-24439. References: gitpython-developers/GitPython@ca965ec gitpython-developers/GitPython#1609
SUMMARY
Fix for #5501
Support older versions of jinja2 e.g. in RHEL 7 in the Openshift installer
equalto is not available, so change it to match
ISSUE TYPE
COMPONENT NAME
AWX VERSION
ADDITIONAL INFORMATION