Bump cpp-linter/cpp-linter-action from a3ed7553c695735e6d1af356a0c0211a77d42c7b to 8147325db2bef1f2ce985e84c1bf1bd02e6b2549 #95
Annotations
10 errors and 10 warnings
tools/fwinfogen.c#L32
'config.h' file not found
|
tee/lib/libutee/tee_api_objects.c#L8
'tee_api.h' file not found
|
tee/lib/libutee/tee_api.c#L31
'tee_api.h' file not found
|
tee/lib/libutee/tee_user_mem.c#L32
'compiler.h' file not found
|
tee/lib/libutee/tee_api_arith.c#L29
'tee_api.h' file not found
|
tee/lib/libutee/tee_api_panic.c#L6
'tee_api.h' file not found
|
tee/lib/libutee/tee_api_operations.c#L30
'string_ext.h' file not found
|
tee/lib/libutils/ext/buf_compare_ct.c#L5
'string_ext.h' file not found
|
tee/lib/libutils/ext/trace.c#L33
'trace.h' file not found
|
tee/tee/tee_obj.c#L29
'tee/tee_obj.h' file not found
|
tools/mkconfig.c#L58
Call to function 'snprintf' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'snprintf_s' in case of C11
|
tools/mkconfig.c#L75
variable 'filepath' is not initialized
|
tools/mkconfig.c#L76
variable 'stream' is not initialized
|
tools/ecdsa_keygen.c#L62
declaration uses identifier '_AES_DATA', which is a reserved identifier
|
tools/ecdsa_keygen.c#L98
'SHA256_Init' is deprecated
|
tools/ecdsa_keygen.c#L99
'SHA256_Update' is deprecated
|
tools/ecdsa_keygen.c#L100
'SHA256_Final' is deprecated
|
tools/ecdsa_keygen.c#L120
Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11
|
tools/ecdsa_keygen.c#L121
Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11
|
tools/ecdsa_keygen.c#L136
Potential leak of memory pointed to by 'encrypted_message'
|
This job succeeded
Loading