-
-
Notifications
You must be signed in to change notification settings - Fork 112
Open
Labels
Description
project.clj files are included in deployment jars, and sometimes people put the clojars password/token in the project.clj. We should:
- add a validation that rejects deployments that contain a credential in
project.clj - scan all existing artifacts for any current passwords/tokens and disable the password/token, emailing the user
Reactions are currently unavailable