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

Incomplete regular expression for hostnames #736

Closed
lubosmj opened this issue Apr 28, 2022 · 0 comments · Fixed by #737
Closed

Incomplete regular expression for hostnames #736

lubosmj opened this issue Apr 28, 2022 · 0 comments · Fixed by #737

Comments

@lubosmj
Copy link
Member

lubosmj commented Apr 28, 2022

container_registry = re.search(r"registry[-,\w]*.docker.io", self.url, re.IGNORECASE)

The URL of the dockerhub registry is not correctly escaped.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant