Skip to content

Commit bd7b4d5

Browse files
committed
Force a minimum version of Template::Toolkit
Version 3.004 fixes the CVE-2019-19781 security vulnerability. https://www.mdsec.co.uk/2020/01/deep-dive-to-citrix-adc-remote-code-execution-cve-2019-19781/ describes the problem. https://www.tenable.com/blog/cve-2019-19781-exploit-scripts-for-remote-code-execution-vulnerability-in-citrix-adc-and summarises its impact in another product.
1 parent 303933a commit bd7b4d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile.PL

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ our %prereq_pm = (
5252
'PDF::Table' => 0.11.0,
5353
'Session::Token' => 0,
5454
'String::CamelCase' => 0,
55+
'Template' => 3.004,
5556
'Test::MockTime' => 0,
5657
'Test::More' => 0,
5758
'Text::Autoformat' => 0,

0 commit comments

Comments
 (0)