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
I really like what you've done with this library, and would really like to use it to replace some hand-rolled crypto I wrote. My biggest concern however is how to verify the build.
If I am not mistaken, the current build process involves at least 1251 unique packages, any of which could potentially subvert the build.
However, fortunately the vast majority of those libraries have no purpose outside of development. I propose that the dependencies are split between those that are essential for reproducing a build, and those for developer convenience.
The text was updated successfully, but these errors were encountered:
bitjson
changed the title
Split dev and build dependencies
Better process for reducing/locking down dependencies and reviewing diffs between versions
Mar 4, 2019
bitjson
changed the title
Better process for reducing/locking down dependencies and reviewing diffs between versions
Better process for reducing, reviewing, and locking down dependencies
Mar 4, 2019
Thanks for opening this issue @madeken! I'm closing #19 in favor of this issue, since you've described some of the concerns really well here.
I'm hoping to work out a process for really locking down dependencies for this project and make it easier to review dependency updates. I also really like the idea of isolating the "build" dependencies from other development related ones (e.g. testing infrastructure). Have you seen this in any other projects? Any recommendations for how we should go about implementing that here?
I really like what you've done with this library, and would really like to use it to replace some hand-rolled crypto I wrote. My biggest concern however is how to verify the build.
If I am not mistaken, the current build process involves at least 1251 unique packages, any of which could potentially subvert the build.
However, fortunately the vast majority of those libraries have no purpose outside of development. I propose that the dependencies are split between those that are essential for reproducing a build, and those for developer convenience.
The text was updated successfully, but these errors were encountered: