diff --git a/tests/bugfixes/github/test_issue_208.py b/tests/bugfixes/github/test_CVE_2017_17722.py similarity index 75% rename from tests/bugfixes/github/test_issue_208.py rename to tests/bugfixes/github/test_CVE_2017_17722.py index 7fc45e75..fd5391ce 100644 --- a/tests/bugfixes/github/test_issue_208.py +++ b/tests/bugfixes/github/test_CVE_2017_17722.py @@ -3,7 +3,9 @@ import system_tests -class AssertionPoC(system_tests.Case): +class TestCvePoC(system_tests.Case): + + url = "https://github.com/Exiv2/exiv2/issues/208" filename = "{data_path}/2018-01-09-exiv2-crash-001.tiff" commands = ["{exiv2} " + filename]