diff --git a/tests/bugfixes/github/test_issue_283.py b/tests/bugfixes/github/test_CVE_2018_11531.py similarity index 89% rename from tests/bugfixes/github/test_issue_283.py rename to tests/bugfixes/github/test_CVE_2018_11531.py index b5bd8e1b..689039d3 100644 --- a/tests/bugfixes/github/test_issue_283.py +++ b/tests/bugfixes/github/test_CVE_2018_11531.py @@ -3,12 +3,13 @@ from system_tests import CaseMeta, path, check_no_ASAN_UBSAN_errors -class TestFirstPoC(metaclass=CaseMeta): +class TestCvePoC(metaclass=CaseMeta): """ Regression test for the bug described in: https://github.com/Exiv2/exiv2/issues/283 """ url = "https://github.com/Exiv2/exiv2/issues/283" + cve_url = "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-11531" def check_no_ASAN_UBSAN_errors(self, i, command, got_stderr, expected_stderr): """ Override of system_tests.check_no_ASAN_UBSAN_errors for this particular test case.