-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In #206 gopkg.in/src-d/go-git.v4 was added as a dependency, which has led to a couple of GH security alerts. Reading the details on the two alerts, it seems like we're unlikely to be impacted. We're using it to parse git URLs and not clone repositories onto a filesystem, so we're not working with untrusted input. I thought I'd try upgrading the dependency to v5 anyway though. We'll be on the latest version which will help with keeping the project maintainable, and maybe the security alerts will go away as a side effect.
- Loading branch information
Showing
3 changed files
with
49 additions
and
2 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