poc from GHSA-9jh3-fcc3-g6hv can now be parsed without error.
This commit is contained in:
parent
10bd09871f
commit
ce39438371
@ -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…
Reference in New Issue
Block a user