|
|
|
|
|
by 999900000999
272 days ago
|
|
It's not an easy problem to solve. Doing it the right way would create friction, developers might need to actually understand what the code is doing rather than pulling in random libraries. Try explaining to your CTO that development will slow down to verify the entire dependency chain. I'm more thinking C# or Java. If Microsoft or Oracle is providing a library you can hope it's safe. You *could* have a development ecosystem called Safe C# which only comes with vetted libraries and doesn't allow anything else. I'm sure other solutions already exist though. |
|
This is a standard practice in most places I have worked, CI/CD only allowed to use internal repos, and libraries are only added after clearance.