public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michel Lind <salimma@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/phoronix-test-suite] epel10: Remove stale patch
Date: Thu, 10 Sep 2026 11:16:08 GMT [thread overview]
Message-ID: <178903896836.1.10835715631889477132.rpms-phoronix-test-suite-b405da486267@fedoraproject.org> (raw)
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)
- {
reply other threads:[~2026-09-10 11:16 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178903896836.1.10835715631889477132.rpms-phoronix-test-suite-b405da486267@fedoraproject.org \
--to=salimma@fedoraproject.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox