cmp code #182
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build:
lib/aes.ex#L18
variable "bin" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
build:
lib/aes.ex#L17
variable "iv" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
build:
lib/aes.ex#L23
variable "bin" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
build:
lib/aes.ex#L22
variable "iv" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
build:
lib/aes.ex#L129
this clause for check_BrainPoolP512t1_GCM256/0 cannot match because a previous clause at line 117 always matches
|
build:
lib/cmp.ex#L46
variable "pki" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
build:
lib/cmp.ex#L52
variable "x" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
build:
lib/cmp.ex#L57
variable "body" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
build:
lib/cmp.ex#L57
variable "code" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
build:
lib/cmp.ex#L61
variable "counter" is unused (if the variable is not meant to be used, prefix it with an underscore)
|