Skip to content

v0.3.1

Choose a tag to compare

@stephenmoloney stephenmoloney released this 31 Mar 20:15
· 17 commits to master since this release

v0.3.1

[security fix]

  • Remove any potential dependency on Og through older ex_ovh packages. A potential security issue exists with the use of
    Code.eval_string/3.
    in versions of Og less than 1.0.0. Fixing ex_ovh to v0.3.2 or above solves this security issue.

[changes]

  • improve README.md
  • lock dependency of v0.3.1 to v0.3.2 of ex_ovh to ensure older versions of exovh are
    excluded.