Add option to decide what to do on invalid UTF-8 urlencoded params #1159 #438
Annotations
3 errors and 15 warnings
test (1.10.4, 21.3):
test/plug/conn/query_test.exs#L68
test decode raises exception on bad www-form (Plug.Conn.QueryTest)
|
test (1.10.4, 21.3):
test/plug/debugger_test.exs#L282
test shows no query params on bad query string (Plug.DebuggerTest)
|
test (1.10.4, 21.3)
Process completed with exit code 1.
|
test (1.15.6, 26, lint)
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
|
test (1.15.6, 26, lint)
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
|
test (1.15.6, 26, lint)
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead
|
test (1.15.6, 26, lint)
use Bitwise is deprecated. import Bitwise instead
|
test (1.15.6, 26, lint)
use Bitwise is deprecated. import Bitwise instead
|
test (1.15.6, 26, lint):
lib/plug/conn/utils.ex#L345
variable "context" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
test (1.15.6, 26, lint):
lib/plug/conn/utils.ex#L355
variable "byte" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
test (1.15.6, 26, lint):
lib/plug/conn/utils.ex#L367
variable "byte" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
test (1.15.6, 26, lint):
lib/plug/conn/utils.ex#L369
variable "context" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
test (1.15.6, 26, lint):
lib/plug/conn/utils.ex#L382
variable "byte" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
test (1.10.4, 21.3):
lib/plug/conn/utils.ex#L345
variable "context" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
test (1.10.4, 21.3):
lib/plug/conn/utils.ex#L355
variable "byte" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
test (1.10.4, 21.3):
lib/plug/conn/utils.ex#L367
variable "byte" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
test (1.10.4, 21.3):
lib/plug/conn/utils.ex#L369
variable "context" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
test (1.10.4, 21.3):
lib/plug/conn/utils.ex#L382
variable "byte" is unused (if the variable is not meant to be used, prefix it with an underscore)
|