> On Feb 9, 2018, at 11:15 PM, Kiss Gabor (Bitman) <ki...@ssg.ki.iif.hu> wrote:
> 
>> Is there any TT patch to address that problem?  I am sitting on an older
>> version of perl and haven't updated for awhile for fear of breaking by
>> websites.
> 
> Add this line to the script:
> use lib '.';

Doing so however, opens you back up to the original vulnerability that was 
closed.

See https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-1238 
<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-1238>

Instead do:

use lib '/path/to/where/dot/is';


Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
templates mailing list
templates@lists.ourshack.com
https://lists.ourshack.com/mailman/listinfo/templates

Reply via email to