Skip to content

chore(deps): Bump cpp-linter/cpp-linter-action from 667db284477fdbdfeadfb0df4ce3e7187d83ab92 to c2da070236281f6d44e739238632de5e1d2d6c7d #214

chore(deps): Bump cpp-linter/cpp-linter-action from 667db284477fdbdfeadfb0df4ce3e7187d83ab92 to c2da070236281f6d44e739238632de5e1d2d6c7d

chore(deps): Bump cpp-linter/cpp-linter-action from 667db284477fdbdfeadfb0df4ce3e7187d83ab92 to c2da070236281f6d44e739238632de5e1d2d6c7d #214

Status Success
Total duration 3m 31s
Artifacts

linter.yml

on: pull_request
cpp-linter
53s
cpp-linter
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
apps/aes/ca/aes_ns.c:35:10 [clang-diagnostic-error]: apps/aes/ca/aes_ns.c#L35
'tee_client_api.h' file not found
apps/aes/ta/aes_ta.c:29:10 [clang-diagnostic-error]: apps/aes/ta/aes_ta.c#L29
'tee_internal_api.h' file not found
apps/test/ta/test_ta.c:29:10 [clang-diagnostic-error]: apps/test/ta/test_ta.c#L29
'tee_internal_api.h' file not found
common/heap_4.c:39:10 [clang-diagnostic-error]: common/heap_4.c#L39
'config.h' file not found
apps/hello_world/ta/hello_world_ta.c:61:49 [bugprone-easily-swappable-parameters]: apps/hello_world/ta/hello_world_ta.c#L61
2 adjacent parameters of 'Hello_World_TA_OpenSessionEntryPoint' of similar type ('int') are easily swapped by mistake
apps/hello_world/ta/hello_world_ta.c:93:49 [bugprone-reserved-identifier]: apps/hello_world/ta/hello_world_ta.c#L93
declaration uses identifier '__maybe_unused', which is a reserved identifier
apps/aes/ca/aes_ns.c:121:41 [readability-identifier-length]: apps/aes/ca/aes_ns.c#L121
parameter name 'iv' is too short, expected at least 3 characters
apps/aes/ca/aes_ns.c:140:42 [bugprone-easily-swappable-parameters]: apps/aes/ca/aes_ns.c#L140
2 adjacent parameters of 'cipher_buffer' of similar type ('char *') are easily swapped by mistake
apps/aes/ca/aes_ns.c:140:48 [readability-identifier-length]: apps/aes/ca/aes_ns.c#L140
parameter name 'in' is too short, expected at least 3 characters
apps/aes/ca/aes_ns.c:140:70 [readability-identifier-length]: apps/aes/ca/aes_ns.c#L140
parameter name 'sz' is too short, expected at least 3 characters
apps/aes/ca/aes_ns.c:166:7 [readability-identifier-length]: apps/aes/ca/aes_ns.c#L166
variable name 'iv' is too short, expected at least 3 characters
apps/aes/ca/aes_ns.c:206:6 [bugprone-suspicious-string-compare]: apps/aes/ca/aes_ns.c#L206
function 'memcmp' is called without explicitly comparing result