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

[ELITERT-1221] Fix crashes with GitHub hosted repos #16

Merged
merged 1 commit into from
Dec 12, 2024

Conversation

sergio-bobillier
Copy link
Collaborator

Fixes an issue that caused Dragnet to crash when generating an HTML report for the results of an execution over a repository hosted on Github.

The reason for the crash was that Ruby's URI parser is incapable of parsing a GitHub URL, so, it was replaced by Git's URL.parse method, which is capable of doing it.

Fixes an issue that caused Dragnet to crash when generating an HTML
report for the results of an execution over a repository hosted on
Github.

The reason for the crash was that Ruby's URI parser is incapable of
parsing a GitHub URL, so, it was replaced by Git's URL.parse method,
which is capable of doing it.
@sergio-bobillier sergio-bobillier merged commit e76facd into master Dec 12, 2024
4 checks passed
@sergio-bobillier sergio-bobillier deleted the sb-fix-crash-with-github-repos branch December 12, 2024 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants