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

Hostname regex problem #617

Open
jfcg opened this issue Apr 14, 2021 · 2 comments
Open

Hostname regex problem #617

jfcg opened this issue Apr 14, 2021 · 2 comments
Assignees
Labels
kind/bug Something isn't working needs-work Extra attention is needed stale-exempt Exempt from stale

Comments

@jfcg
Copy link

jfcg commented Apr 14, 2021

act/pkg/common/git.go

Lines 25 to 26 in 010e459

githubHTTPRegex = regexp.MustCompile(`^https?:https://.*github.com.*/(.+)/(.+?)(?:.git)?$`)
githubSSHRegex = regexp.MustCompile(`github.com[:/](.+)/(.+).git$`)

these can match xyzgithub.com, discovered by Github CodeQL.

@github-actions
Copy link
Contributor

Issue is stale and will be closed in 14 days unless there is new activity

@github-actions github-actions bot added the stale label May 15, 2021
@catthehacker catthehacker self-assigned this May 15, 2021
@catthehacker catthehacker added needs-work Extra attention is needed and removed stale labels May 15, 2021
@github-actions
Copy link
Contributor

Issue is stale and will be closed in 14 days unless there is new activity

@github-actions github-actions bot added the stale label Jun 15, 2021
@catthehacker catthehacker added kind/bug Something isn't working stale-exempt Exempt from stale and removed stale labels Aug 17, 2021
@catthehacker catthehacker reopened this Aug 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working needs-work Extra attention is needed stale-exempt Exempt from stale
Projects
None yet
Development

No branches or pull requests

2 participants