Skip to content

Test string repetition #16

Test string repetition

Test string repetition #16

Triggered via push July 12, 2024 21:43
Status Success
Total duration 1m 19s
Artifacts

code_quality.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

26 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#L1102
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#L1777
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#L1795
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#L1812
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#L1829
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#L1868
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#L1885
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#L1902
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