From 2c6ea642663e2a44efc8583fae7c54b7b98f72b3 Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Mon, 7 Jun 2021 18:51:07 -0600 Subject: [PATCH] Ensure the ssl-use-system-ca-file property is set to true on all SoupSessions. The default SoupSessionSync and SoupSessionAsync behaviour does not perform any TLS certificate validation, unless the ssl-use-system-ca-file property is set to true. This mitigates CVE-2016-20011. --- src/feed-channel.c | 2 ++ src/feed-enclosure.c | 4 ++++ src/feeds-pool.c | 1 + src/feeds-publisher.c | 4 +++- src/feeds-subscriber.c | 4 +++- 5 files changed, 13 insertions(+), 2 deletions(-) diff --git a/src/feed-channel.c b/src/feed-channel.c index 19ca7b2..d2d51b9 100644 --- a/src/feed-channel.c +++ b/src/feed-channel.c @@ -973,6 +973,8 @@ quick_and_dirty_parse (GrssFeedChannel *channel, SoupMessage *msg, GList **save_ static void init_soup_session (SoupSession *session, GrssFeedCh
aboutsummaryrefslogtreecommitdiff
path: root/config-daemon.ac
diff options
context:
space:
mode:
Diffstat (limited to 'config-daemon.ac')