Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrett Walker <bwalker@gitlab.com>2019-01-15 01:57:54 +0300
committerBrett Walker <bwalker@gitlab.com>2019-01-21 20:23:24 +0300
commit4cf3aae124b5e05e0c1642ee983a1e4e779bea27 (patch)
treea7b88b72de6a92600205eee46848ddd5a40cfbd1 /changelogs
parent237bddc6a52fdc8ccb51b024a3048a3233ee43a3 (diff)
Show tooltip for malicious looking links
Such as those with IDN homographs or embedded right-to-left (RTLO) characters. Autolinked hrefs should be escaped
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/security-2769-idn-homograph-attack.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/security-2769-idn-homograph-attack.yml b/changelogs/unreleased/security-2769-idn-homograph-attack.yml
new file mode 100644
index 00000000000..a014b522c96
--- /dev/null
+++ b/changelogs/unreleased/security-2769-idn-homograph-attack.yml
@@ -0,0 +1,5 @@
+---
+title: Make potentially malicious links more visible in the UI and scrub RTLO chars from links
+merge_request: 2770
+author:
+type: security