Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
I had to bump the default 1 min timeout on golint to get the linting step to pass. Looking at some recent builds golint was taking very close to 1min, so I guess this was enough to push it over? It only takes a few seconds on my laptop, maybe we need better/bigger CI instances?