Regression test for https://github.com/Exiv2/exiv2/security/advisories/GHSA-crmj-qh74-2r36
parent
36e3d55fed
commit
d748390cc0
Binary file not shown.
@ -0,0 +1,18 @@
|
|||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
|
from system_tests import CaseMeta, CopyTmpFiles, path, check_no_ASAN_UBSAN_errors
|
||||||
|
|
||||||
|
class QuickTimeVideoNikonTagsDecoderOutOfBoundsRead(metaclass=CaseMeta):
|
||||||
|
"""
|
||||||
|
Regression test for the bug described in:
|
||||||
|
https://github.com/Exiv2/exiv2/security/advisories/GHSA-crmj-qh74-2r36
|
||||||
|
"""
|
||||||
|
url = "https://github.com/Exiv2/exiv2/security/advisories/GHSA-crmj-qh74-2r36"
|
||||||
|
|
||||||
|
filename = path("$data_path/issue_ghsa_crmj_qh74_2r36_poc.mov")
|
||||||
|
commands = ["$exiv2 $filename"]
|
||||||
|
retval = [1]
|
||||||
|
stderr = ["""$exiv2_exception_message $filename:
|
||||||
|
$kerCorruptedMetadata
|
||||||
|
"""]
|
||||||
|
stdout = [""]
|
Loading…
Reference in New Issue