logfmt-elixir
logfmt-elixir copied to clipboard
Decode and encode Logfmt lines in Elixir
Results
1
logfmt-elixir issues
Sort by
recently updated
recently updated
newest added
We've seen this a few times from malicious security scan requests. If we attempt to log URL query parameters we get something like the following: ```elixir iex> Logfmt.encode([test: "x=\x5Cu0078\x5Cu0078"]) **...