You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.
Every dependency handler hard-code the download URL site from which the dependency can be obtained. This makes it more difficult to create integration tests since we are not able to control the results of calls to these endpoints.
Problem/Context
Every dependency handler hard-code the download URL site from which the dependency can be obtained. This makes it more difficult to create integration tests since we are not able to control the results of calls to these endpoints.
Eg:
dep-server/pkg/dependency/curl.go
Line 184 in 9158c48
dep-server/pkg/dependency/rust.go
Line 114 in 9158c48
The text was updated successfully, but these errors were encountered: