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

main
Kevin Backhouse 4 years ago
parent 10bd09871f
commit ce39438371
No known key found for this signature in database
GPG Key ID: 9DD01852EE40366E

@ -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]

Loading…
Cancel
Save