From c754ca6d1439d022bd4254cf007cea5caeb29b51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Thu, 1 Feb 2018 23:35:06 +0100 Subject: [PATCH] [testsuite] Corrected class name, issue had no CVE assigned --- tests/bugfixes/github/test_issue_208.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bugfixes/github/test_issue_208.py b/tests/bugfixes/github/test_issue_208.py index 97013025..7fc45e75 100644 --- a/tests/bugfixes/github/test_issue_208.py +++ b/tests/bugfixes/github/test_issue_208.py @@ -3,7 +3,7 @@ import system_tests -class CVE_2017_14857(system_tests.Case): +class AssertionPoC(system_tests.Case): filename = "{data_path}/2018-01-09-exiv2-crash-001.tiff" commands = ["{exiv2} " + filename]