Bump github/codeql-action from 3.25.7 to 3.25.15 #132
Annotations
10 errors and 10 warnings
tools/fwinfogen.c#L32
'config.h' file not found
|
freertos/list.c#L37
'FreeRTOS.h' file not found
|
freertos/queue.c#L37
'FreeRTOS.h' file not found
|
freertos/timers.c#L37
'FreeRTOS.h' file not found
|
freertos/stream_buffer.c#L39
'FreeRTOS.h' file not found
|
freertos/tasks.c#L39
'FreeRTOS.h' file not found
|
freertos/event_groups.c#L38
'FreeRTOS.h' file not found
|
freertos/croutine.c#L29
'FreeRTOS.h' file not found
|
freertos/portable/GCC/ARM_V8M/port.c#L54
'FreeRTOS.h' file not found
|
freertos/portable/GCC/RISC-V/port.c#L39
'FreeRTOS.h' file not found
|
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'
|
tools/ecdsa_keygen.c#L163
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#L165
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#L202
'EC_KEY_new' is deprecated
|
This job succeeded
Loading