Skip to content

Upgrade Ubuntu runner to 24.04 #13

Upgrade Ubuntu runner to 24.04

Upgrade Ubuntu runner to 24.04 #13

Triggered via push May 30, 2024 17:52
Status Success
Total duration 1m 13s
Artifacts

code_quality.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

25 warnings
DeprecatedOrUnsafeBufferHandling: lite_string.c#L198
Call to function 'memset' 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 'memset_s' in case of C11
DeprecatedOrUnsafeBufferHandling: lite_string.c#L230
Call to function 'memmove' 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 'memmove_s' in case of C11
DeprecatedOrUnsafeBufferHandling: lite_string.c#L234
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
DeprecatedOrUnsafeBufferHandling: lite_string.c#L356
Call to function 'memmove' 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 'memmove_s' in case of C11
DeprecatedOrUnsafeBufferHandling: lite_string.c#L361
Call to function 'memset' 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 'memset_s' in case of C11
DeprecatedOrUnsafeBufferHandling: lite_string.c#L379
Call to function 'memmove' 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 'memmove_s' in case of C11
DeprecatedOrUnsafeBufferHandling: lite_string.c#L453
Call to function 'memset' 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 'memset_s' in case of C11
DeprecatedOrUnsafeBufferHandling: lite_string.c#L474
Call to function 'memmove' 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 'memmove_s' in case of C11
DeprecatedOrUnsafeBufferHandling: lite_string.c#L510
Call to function 'memmove' 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 'memmove_s' in case of C11
DeprecatedOrUnsafeBufferHandling: lite_string.c#L513
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
DeprecatedOrUnsafeBufferHandling: lite_string.c#L571
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
DeprecatedOrUnsafeBufferHandling: lite_string.c#L599
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
DeprecatedOrUnsafeBufferHandling: lite_string.c#L600
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
DeprecatedOrUnsafeBufferHandling: lite_string.c#L630
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
DeprecatedOrUnsafeBufferHandling: lite_string.c#L669
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
DeprecatedOrUnsafeBufferHandling: lite_string.c#L771
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
DeprecatedOrUnsafeBufferHandling: lite_string.c#L793
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
DeprecatedOrUnsafeBufferHandling: lite_string.c#L1702
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
DeprecatedOrUnsafeBufferHandling: lite_string.c#L1720
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
DeprecatedOrUnsafeBufferHandling: lite_string.c#L1737
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
DeprecatedOrUnsafeBufferHandling: lite_string.c#L1754
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
DeprecatedOrUnsafeBufferHandling: lite_string.c#L1793
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
DeprecatedOrUnsafeBufferHandling: lite_string.c#L1810
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
DeprecatedOrUnsafeBufferHandling: lite_string.c#L1827
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
DeprecatedOrUnsafeBufferHandling: examples/word_stats.c#L13
Call to function 'fprintf' is insecure as it does not provide bounding of the memory buffer or security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'fprintf_s' in case of C11