Skip to content
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

[25.0 backport] Fix isGitURL regular expression #47136

Merged
merged 1 commit into from
Jan 22, 2024

Conversation

thaJeztah
Copy link
Member

Escape period (.) so regular expression does not match any character before "git".

(cherry picked from commit 768146b)

- What I did

- How I did it

- How to verify it

- Description for the changelog

- A picture of a cute animal (not mandatory but encouraged)

Escape period (.) so regular expression does not match any character before "git".

Signed-off-by: David Dooling <david.dooling@docker.com>
(cherry picked from commit 768146b)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@thaJeztah thaJeztah added this to the 25.0.1 milestone Jan 20, 2024
@thaJeztah thaJeztah self-assigned this Jan 20, 2024
@thaJeztah thaJeztah requested a review from tianon January 20, 2024 11:24
@thaJeztah thaJeztah merged commit c2847b2 into moby:25.0 Jan 22, 2024
126 checks passed
@thaJeztah thaJeztah deleted the 25.0_backport_git-url-regex branch January 22, 2024 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants