From b759e436a59820e6284359e9b10b742c998841c0 Mon Sep 17 00:00:00 2001 From: Jonathan Leitschuh Date: Mon, 2 Mar 2020 11:54:25 -0500 Subject: [PATCH] Add a link to the example Homoglyph attack PR --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 25c58dc..cbe077b 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ Additionally, the action will find and SHA-256 hash all variants of files named `gradle-wrapper.jar`, for example a file named `gradlе-wrapper.jar` (which uses a Cyrillic `е` instead of `e`). The goal is to prevent homoglyph attacks which may be very difficult to spot in a GitHub diff. +We created an example [Homoglyph attack PR here](https://github.com/JLLeitschuh/playframework/pull/1/files). ## Usage