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
{{ message }}
This repository was archived by the owner on Dec 14, 2021. It is now read-only.
The commands currently use two private modules:
Mix.Dep.Lock– Load locked dependenciesIO.ANSI.Docs– Format output (Important for Markdown content of vulnerability description)In my humble opinion, both of those have the potential to be public since they offer functionality that can be reused in a lot of other code.
I would recommend asking the elixir core team if those API's could be opened and if not we'll have to find a way without touching private apis.