OCPBUGS-74945: Adding escapeHAProxySingleQuotes for sanitize [release-4.13]#783
OCPBUGS-74945: Adding escapeHAProxySingleQuotes for sanitize [release-4.13]#783Thealisyed wants to merge 1 commit into
Conversation
|
@Thealisyed: This pull request references Jira Issue OCPBUGS-74945, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
/approve This is a risky backport that could break routes that use special characters such as backslashes in /label backport-risk-assessed @Thealisyed, could you reverse the order of the commits, or squash them, so that the first commit doesn't cause |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Miciah The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/assign @jcmoraisjr |
This function will allow users to include certain characters and spacing to avoid any config injection
d17d7ec to
5e96c97
Compare
|
infra issue /retest |
|
Tested on a 4.13 cluster haproxy shows the single quotes as expected |
|
@rhamini3: This PR has been marked as verified by DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
/retest-required |
|
@Thealisyed: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
/jira refresh |
|
@Thealisyed: This pull request references Jira Issue OCPBUGS-74945, which is invalid:
Comment DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
/jira refresh |
|
@melvinjoseph86: This pull request references Jira Issue OCPBUGS-74945, which is valid. The bug has been moved to the POST state. 7 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Jira (ocp-sustaining-admins@redhat.com), skipping review request. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
This function will allow users to include
certain characters and spacing to avoid
any config injection
Adapted router_test.go to use
mustCreatestruct (mustCreateRoutedoes not exist on this branch).