Rustaceans at the border
Rustaceans at the border
Posted Apr 15, 2022 17:35 UTC (Fri) by smurf (subscriber, #17840)In reply to: Rustaceans at the border by pj
Parent article: Rustaceans at the border
"git submodule" doesn't vendor anything. The code is still pulled from a remote repository, it's just pinned to a specific version. Which is exactly what you want to avoid spurious external changes that introduce more-or-less-subtle security problems.
"Real" vendoring, aka copy/paste/ignore, disconnects the copy entirely from its source. (Thanks but no thanks.)
