Closed jhuan4 closed 2 years ago
@jhuan4 thanks for reporting this it looks like CVE-2022-2153
is returning a hash with a details
key, but the value of the key is None
Is checking if the Details
key exists, but doesn't check if the value is None
I'll create a pr soon to address this issue
awesome, thanks