diff --git a/tests/bugfixes/github/test_issue_366.py b/tests/bugfixes/github/test_CVE_2018_12264.py similarity index 85% rename from tests/bugfixes/github/test_issue_366.py rename to tests/bugfixes/github/test_CVE_2018_12264.py index 62cf378422..c9486cbb89 100644 --- a/tests/bugfixes/github/test_issue_366.py +++ b/tests/bugfixes/github/test_CVE_2018_12264.py @@ -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"] diff --git a/tests/bugfixes/github/test_issue_365.py b/tests/bugfixes/github/test_CVE_2018_12265.py similarity index 91% rename from tests/bugfixes/github/test_issue_365.py rename to tests/bugfixes/github/test_CVE_2018_12265.py index 8fdd014661..4ba11b46b5 100644 --- a/tests/bugfixes/github/test_issue_365.py +++ b/tests/bugfixes/github/test_CVE_2018_12265.py @@ -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"]