Skip to content

ci: Update 3rd-party components #237

ci: Update 3rd-party components

ci: Update 3rd-party components #237

Triggered via push March 5, 2025 09:54
Status Success
Total duration 58s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

linter.yml

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

Annotations

10 errors and 10 warnings
cpp-linter: freertos/stream_buffer.c#L39
'FreeRTOS.h' file not found
cpp-linter: freertos/tasks.c#L39
'FreeRTOS.h' file not found
cpp-linter: freertos/event_groups.c#L38
'FreeRTOS.h' file not found
cpp-linter: freertos/croutine.c#L29
'FreeRTOS.h' file not found
cpp-linter: freertos/queue.c#L37
'FreeRTOS.h' file not found
cpp-linter: freertos/list.c#L37
'FreeRTOS.h' file not found
cpp-linter: freertos/timers.c#L37
'FreeRTOS.h' file not found
cpp-linter: common/heap_4.c#L39
'config.h' file not found
cpp-linter: tee_client/libteec/src/tee_client_api.c#L40
'tee_client_api.h' file not found
cpp-linter: tools/fwinfogen.c#L32
'config.h' file not found
cpp-linter: tools/ecdsa_keygen.c#L136
Potential leak of memory pointed to by 'encrypted_message'
cpp-linter: 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
cpp-linter: 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
cpp-linter: tools/ecdsa_keygen.c#L100
'SHA256_Final' is deprecated
cpp-linter: tools/ecdsa_keygen.c#L99
'SHA256_Update' is deprecated
cpp-linter: tools/ecdsa_keygen.c#L98
'SHA256_Init' is deprecated
cpp-linter: tools/ecdsa_keygen.c#L82
variable name 'iv' is too short, expected at least 3 characters
cpp-linter: tools/ecdsa_keygen.c#L62
declaration uses identifier '_AES_DATA', which is a reserved identifier
cpp-linter: tools/ecdsa_keygen.c#L37
duplicate include
cpp-linter: tools/ecdsa_keygen.c#L36
duplicate include