Open
Description
in database.ex
for {key, val} <- doc, into: %{}, do: {String.to_atom(key), val}
https://elixir-lang.slack.com/team/hamiltop explained that this was not a very good idea in elixir and could lead to a malicious attacker crashing ones servers.
instead to_existing_atom
should be used
Metadata
Metadata
Assignees
Labels
No labels