aquasecurity/btfhub

pkg/utils/download.go:GetLinks does not process absolute references correctly

Opened this issue · 1 comments

url.JoinPath function is used in GetLinks. It will be more correct to use URL.ResolveReference or URL.Parse

Hi @sc07kvm. Would you mind raising a PR with your suggestion, so we can analyse it. Thanks!