Bugzilla – Attachment 175688 Details for
Bug 38467
Template::Toolkit filters can create risky Javascript when not using RFC3986
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38467: (follow-up) Update cpanfile
Bug-38467-follow-up-Update-cpanfile.patch (text/plain), 902 bytes, created by
Victor Grousset/tuxayo
on 2024-12-19 09:26:21 UTC
(
hide
)
Description:
Bug 38467: (follow-up) Update cpanfile
Filename:
MIME Type:
Creator:
Victor Grousset/tuxayo
Created:
2024-12-19 09:26:21 UTC
Size:
902 bytes
patch
obsolete
>From f24af36ebed39eae41280778120c97298abdea8e Mon Sep 17 00:00:00 2001 >From: Phil Ringnalda <phil@chetcolibrary.org> >Date: Fri, 13 Dec 2024 10:34:09 -0800 >Subject: [PATCH] Bug 38467: (follow-up) Update cpanfile > >For use_rfc3986() to work, we need at least Template::Toolkit 2.27. > >Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net> >--- > cpanfile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/cpanfile b/cpanfile >index 50227c8a49..654505394f 100644 >--- a/cpanfile >+++ b/cpanfile >@@ -106,7 +106,7 @@ requires 'Sereal::Encoder', '3.0'; > requires 'SQL::Translator', '0.11024'; > requires 'Storable', '2.20'; > requires 'String::Random', '0.22'; >-requires 'Template', '>= 2.22, != 3.008'; >+requires 'Template', '>= 2.27, != 3.008'; > requires 'Template::Plugin::HtmlToText', '0.03'; > requires 'Template::Plugin::JSON::Escape', '0.02'; > requires 'Term::ANSIColor', '1.1'; >-- >2.47.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 38467
:
174659
|
174660
|
174762
|
174819
|
175465
|
175466
|
175685
|
175686
|
175687
|
175688
|
176135
|
176136
|
176137
|
176138
|
179195