poc from GHSA-9jh3-fcc3-g6hv can now be parsed without error.

This commit is contained in:
Kevin Backhouse 2021-07-25 22:01:23 +01:00
parent 10bd09871f
commit ce39438371
No known key found for this signature in database
GPG Key ID: 9DD01852EE40366E

View File

@ -13,9 +13,5 @@ class JpegBasePrintStructureInfiniteLoop(metaclass=CaseMeta):
filename = path("$tmp_path/issue_ghsa_9jh3_fcc3_g6hv_poc.jpg")
commands = ["$exiv2 -d I rm $filename"]
stdout = [""]
stderr = [
"""Warning: JPEG format error, rc = 2
Exiv2 exception in erase action for file $filename:
$kerFailedToReadImageData
"""]
retval = [1]
stderr = [""]
retval = [0]