-
Notifications
You must be signed in to change notification settings - Fork 115
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
CVE-2024-8553 #17091
base: master
Are you sure you want to change the base?
CVE-2024-8553 #17091
Conversation
f327053
to
db94305
Compare
|
PRT Result
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Codewisely looks good, but the UI cases failed with:
AttributeError: Object <<class 'airgun.views.common.TemplateEditor'>> has no widget name "error"
Do we need some Airgun changes for them to pass @lhellebr ?
Oh yes, stupid me. SatelliteQE/airgun#1649 |
trigger: test-robottelo |
PRT Result
|
Copilot
AI
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 suggestion.
Comments skipped due to low confidence (2)
tests/foreman/ui/test_jobtemplate.py:15
- [nitpick] The function name gen_alpha is unclear. It should be renamed to generate_alpha_string for better clarity.
from fauxfactory import gen_alpha, gen_string
tests/foreman/ui/test_jobtemplate.py:271
- [nitpick] The error message is too verbose and could be simplified to improve readability. Consider rephrasing to: 'Error during rendering: 'select' must be a Symbol or Array of Symbols. Save template input changes before previewing.'
"Problem with previewing the template: error during rendering: Value of 'select' passed to load_users must be Symbol or Array of Symbols. Note that you must save template input changes before you try to preview it."
Dear Copilot, all three of your catches are wrong.
|
No description provided.