You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 30, 2026. It is now read-only.
Explanation:
The function relies on HSM_get_random_byte() to generate random bytes, but the randomness and security of this function are not verified. If HSM_get_random_byte() does not provide cryptographically secure random bytes, the generated data may be predictable, leading to potential security vulnerabilities.
Please investigate and resolve this issue to maintain code security and quality.
Vulnerability Details
src/state_example/key_management/key_management_1.cExplanation:
The function relies on HSM_get_random_byte() to generate random bytes, but the randomness and security of this function are not verified. If HSM_get_random_byte() does not provide cryptographically secure random bytes, the generated data may be predictable, leading to potential security vulnerabilities.
Please investigate and resolve this issue to maintain code security and quality.