diff mbox series

[FFmpeg-devel,fateserver,1/2] Add a missed taint check in report.cgi

Message ID 20210907111922.2654736-1-martin@martin.st
State New
Headers show
Series [FFmpeg-devel,fateserver,1/2] Add a missed taint check in report.cgi | expand

Checks

Context Check Description
andriy/configurex86 warning Failed to apply patch
andriy/configureppc warning Failed to apply patch

Commit Message

Martin Storsjö Sept. 7, 2021, 11:19 a.m. UTC
This was missed in 505f620a5d22ffef86ad5ffa1328e87ba6dc191b.
---
 report.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Nicolas George Sept. 7, 2021, 2 p.m. UTC | #1
Martin Storsjo (12021-09-07):
> This was missed in 505f620a5d22ffef86ad5ffa1328e87ba6dc191b.
> ---
>  report.cgi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Thanks, both patches pushed and deployed.

Regards,
diff mbox series

Patch

diff --git a/report.cgi b/report.cgi
index 2b388e4..fb00fee 100755
--- a/report.cgi
+++ b/report.cgi
@@ -1,4 +1,4 @@ 
-#! /usr/bin/perl
+#! /usr/bin/perl -T
 #
 # Copyright (c) 2011 Mans Rullgard <mans@mansr.com>
 #