summaryrefslogtreecommitdiff
path: root/doc/changelog.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/changelog.asciidoc')
-rw-r--r--doc/changelog.asciidoc10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index 3c438f6fc..41e873866 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -21,11 +21,11 @@ v1.11.1 (unreleased)
Security
~~~~~~~~
-- After a certificate error was overridden by the user, qutebrowser displays
- the URL as yellow (`colors.statusbar.url.warn.fg`). However, when the
- affected website was subsequently loaded again, the URL was mistakenly
- displayed as green (`colors.statusbar.url.success_https`). While the user
- already has seen a certificate error prompt at this point (or set
+- CVE-2020-11054: After a certificate error was overridden by the user,
+ qutebrowser displays the URL as yellow (`colors.statusbar.url.warn.fg`).
+ However, when the affected website was subsequently loaded again, the URL was
+ mistakenly displayed as green (`colors.statusbar.url.success_https`). While
+ the user already has seen a certificate error prompt at this point (or set
`content.ssl_strict` to `false` which is not recommended), this could still
provide a false sense of security. This is now fixed.