public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/phoronix-test-suite] epel10: Remove stale patch
@ 2026-09-10 11:16 Michel Lind
  0 siblings, 0 replies; only message in thread
From: Michel Lind @ 2026-09-10 11:16 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/phoronix-test-suite
            Branch : epel10
            Commit : b405da486267778c079b506805fe083b4896af58
            Author : Michel Lind <salimma@fedoraproject.org>
            Date   : 2026-09-10T10:44:05+01:00
            Stats  : +0/-27 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/phoronix-test-suite/c/b405da486267778c079b506805fe083b4896af58?branch=epel10

            Log:
            Remove stale patch

Signed-off-by: Michel Lind <salimma@fedoraproject.org>

---
diff --git a/CVE-2022-40704.diff b/CVE-2022-40704.diff
deleted file mode 100644
index 82db365..0000000
--- a/CVE-2022-40704.diff
+++ /dev/null
@@ -1,27 +0,0 @@
-diff --git a/pts-core/phoromatic/phoromatic_functions.php b/pts-core/phoromatic/phoromatic_functions.php
-index 74ccc5444c..c2313dcdea 100644
---- a/pts-core/phoromatic/phoromatic_functions.php
-+++ b/pts-core/phoromatic/phoromatic_functions.php
-@@ -37,9 +37,20 @@ function phoromatic_quit_if_invalid_input_found($input_keys = null)
- 	{
- 		foreach($input_keys as $key)
- 		{
--			if(isset($_REQUEST[$key]) && !empty($_REQUEST[$key]))
-+			if(isset($_GET[$key]) && !empty($_GET[$key]))
- 			{
--				foreach(pts_arrays::to_array($_REQUEST[$key]) as $val_to_check)
-+				foreach(pts_arrays::to_array($_GET[$key]) as $val_to_check)
-+				{
-+					if(stripos($val_to_check, $invalid_string) !== false)
-+					{
-+						echo '<strong>Exited due to invalid input ( ' . $invalid_string . ') attempted:</strong> ' . htmlspecialchars($val_to_check);
-+						exit;
-+					}
-+				}
-+			}
-+			if(isset($_POST[$key]) && !empty($_POST[$key]))
-+			{
-+				foreach(pts_arrays::to_array($_POST[$key]) as $val_to_check)
- 				{
- 					if(stripos($val_to_check, $invalid_string) !== false)
- 					{

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-10 11:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-10 11:16 [rpms/phoronix-test-suite] epel10: Remove stale patch Michel Lind

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox