Skip to content

Commit

Permalink
[tests] Change name of test for Exiv2#365 and Exiv2#366
Browse files Browse the repository at this point in the history
Issues got a CVE assigned
  • Loading branch information
D4N committed Jul 29, 2018
1 parent 24ef91f commit 317a5b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ class AdditionOverflowInLoaderTiffGetData(metaclass=system_tests.CaseMeta):
"""
Regression test for bug #366:
https://github.com/Exiv2/exiv2/issues/366
aka CVE-2018-12264
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-12264
"""
filename = system_tests.path("$data_path/2-out-of-read-Poc")
commands = ["$exiv2 -ep $filename"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ class AdditionOverflowInLoaderExifJpeg(metaclass=system_tests.CaseMeta):
"""
Regression test for bug #365:
https://github.com/Exiv2/exiv2/issues/365
aka CVE 2018-12265:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=2018-12265
"""
filename = system_tests.path("$data_path/1-out-of-read-Poc")
commands = ["$exiv2 -ep $filename"]
Expand Down

0 comments on commit 317a5b9

Please sign in to comment.