Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F226110
0001-Fix-CVE-2018-12356-by-hardening-the-regex.patch
Rahul_G (Rahul Golam)
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Authored By
Rahul_G
Jun 23 2018, 06:37
2018-06-23 06:37:53 (UTC+0)
Size
926 B
Subscribers
•
ponury1990
Tokens
"Pterodactyl" token, awarded by Unknown Object (User).
"Hungry Hippo" token, awarded by ponury1990.
0001-Fix-CVE-2018-12356-by-hardening-the-regex.patch
View Options
From fff248106836e59799b2a0f469ef9dd36cc7bf55 Mon Sep 17 00:00:00 2001
From: TechnoLord <rahul.golam19@gmail.com>
Date: Sat, 16 Jun 2018 13:40:03 +0400
Subject: [PATCH] Fix CVE-2018-12356 by hardening the regex.
Signed-off-by: TechnoLord <rahul.golam19@gmail.com>
---
contrib/verify-commits/gpg.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/verify-commits/gpg.sh b/contrib/verify-commits/gpg.sh
index 4b2649e..ef5a13c 100755
--- a/contrib/verify-commits/gpg.sh
+++ b/contrib/verify-commits/gpg.sh
@@ -26,7 +26,7 @@ if ! $VALID; then
exit 1
fi
if $VALID && $REVSIG; then
- echo "$INPUT" | gpg --trust-model always "$@" | grep "\[GNUPG:\] \(NEWSIG\|SIG_ID\|VALIDSIG\)" 2>/dev/null
+ echo "$INPUT" | gpg --trust-model always "$@" | grep "^\[GNUPG:\] \(NEWSIG\|SIG_ID\|VALIDSIG\)" 2>/dev/null
echo "$GOODREVSIG"
else
echo "$INPUT" | gpg --trust-model always "$@" 2>/dev/null
--
2.7.4
File Metadata
Details
Attached
Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
157102
Default Alt Text
0001-Fix-CVE-2018-12356-by-hardening-the-regex.patch (926 B)
Attached To
T366: Fix CVE-2018-12356 by hardening the regex.
Event Timeline
•
ponury1990
added a subscriber:
•
ponury1990
.
Feb 11 2023, 01:53
2023-02-11 01:53:49 (UTC+0)
This comment was removed by
•
ponury1990
.
•
ponury1990
awarded a token.
Feb 11 2023, 01:57
2023-02-11 01:57:27 (UTC+0)
Unknown Object (User)
awarded a token.
Feb 15 2023, 05:22
2023-02-15 05:22:03 (UTC+0)
Unknown Object (User)
added a subscriber:
Unknown Object (User)
.
Log In to Comment