-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ELITERT-1221] Fix crashes with GitHub hosted repos
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.
- Loading branch information
Sergio Bobillier
committed
Dec 11, 2024
1 parent
fbcb6f8
commit 1601505
Showing
3 changed files
with
53 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters