Strings BadHexConversion

When converting a byte array containing a hash signature to a human readable string, a conversion mistake can be made if the array is read byte by byte.

IndexedPublic repositoryMediumHigh confidenceVerifiedMITScala
greprules fetch gitlab-sast-scala-strings-rule-badhexconversion --engine opengrep

Description

When converting a byte array containing a hash signature to a human readable string, a conversion mistake can be made if the array is read byte by byte.