Skip to content
/ pindeps Public

Verify the checksums of your dependency artifacts

Notifications You must be signed in to change notification settings

miikka/pindeps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pindeps

Verify the checksums of your dependency artifacts. Works with deps.edn.

This ensures that everyone is running the same code. This is both a correctness and a safety measure.

Problems to be solved, features to be implemented:

  • The bootstrapping problem: we must not accidentally load the dependencies from deps.edn before running this code. Possible solutions include creating a uberjar or a GraalVM native image.
  • Can this code be hooked into tools.deps to automatically verify the dependencies?

See also

My previous sketch along the same lines focused on the GPG signatures of the packages. However, I'm increasingly thinking that the signature approach, as implemented with Maven repositories, is a dead end.

About

Verify the checksums of your dependency artifacts

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published