Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-45313

validate commit message doesn't escape commit messages properly

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 4.3.3
    • Affects Version/s: None
    • Component/s: Testing Infrastructure
    • Labels:
      None
    • Fully Compatible
    • ALL
    • DAG 2019-12-30
    • 1

      There was an issue with validate_commit when a commit message had both double quotes (") and parens in it. It caused a bash error when we tried to process it. We should ensure that commit messages are properly escaped when passed to the script.


      As a Server engineer,
      I want validate_commit to properly handle characters that need to be escaped,
      so that my commit message can properly be validated.


      AC:

      • validate commit is able to properly handle commit message with characters like: ", (, ), ', etc.

            Assignee:
            david.bradford@mongodb.com David Bradford (Inactive)
            Reporter:
            david.bradford@mongodb.com David Bradford (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: