|
|
|
|
|
by estebank
82 days ago
|
|
Don't do this. Use a package manager that let's you specify a specific version to pin against. Vendoring side steps most automated tooling that can warn you about vulnerabilities. Vendoring is a signal that your tooling is insufficient, 99% of the time. |
|
If your tooling can pull a dependency from the internet, it could certainly check if more recent version from a vendored one is available.