Bugzilla – Attachment 179710 Details for
Bug 38969
Reflected XSS vulnerability in tags
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38969: (QA follow-up) fix tidy
Bug-38969-QA-follow-up-fix-tidy.patch (text/plain), 727 bytes, created by
David Cook
on 2025-03-25 22:53:15 UTC
(
hide
)
Description:
Bug 38969: (QA follow-up) fix tidy
Filename:
MIME Type:
Creator:
David Cook
Created:
2025-03-25 22:53:15 UTC
Size:
727 bytes
patch
obsolete
>From e88326fc85b042e6c2e42518ade1094a5e178c95 Mon Sep 17 00:00:00 2001 >From: David Cook <dcook@prosentient.com.au> >Date: Tue, 25 Mar 2025 22:50:39 +0000 >Subject: [PATCH] Bug 38969: (QA follow-up) fix tidy > >--- > tags/review.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/tags/review.pl b/tags/review.pl >index 05f94f69e3..413117fdf9 100755 >--- a/tags/review.pl >+++ b/tags/review.pl >@@ -110,7 +110,7 @@ if ( $op eq 'cud-approve' ) { > $template->param( > test_term => $tag, > ( >- $check >= 1 ? 'verdict_ok' >+ $check >= 1 ? 'verdict_ok' > : $check <= -1 ? 'verdict_rej' > : 'verdict_indeterminate' > ) => 1, >-- >2.39.5
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 38969
:
177148
|
177159
|
177160
|
179553
|
179554
|
179676
|
179708
|
179709
| 179710 |
181329
|
181330
|
181331
|
181332
|
181464