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
Thanks for the report, this is indeed incorrect. Would you mind sending a PR that adds the same Kernel.not as the line above and flips the default value?
sashman
added a commit
to sashman/hex
that referenced
this issue
Sep 5, 2016
Setting
HEX_UNSAFE_REGISTRY=1
causes hex to require a signed registry. SettingHEX_UNSAFE_REGISTRY=0
disables the signature check verification.This is the opposite of what the warning message returned by hex when accessing an unsigned registry says.
The code here may need to be negated: https://github.com/hexpm/hex/blob/master/lib/hex/state.ex#L45
Hex: 0.13.0, Elixir: 1.3.2, OTP: 19.0.2
The text was updated successfully, but these errors were encountered: