From 4c3a1e887c275bd41eca669dd181513d95e18184 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Trojnara?= Date: Fri, 20 Jun 2025 16:02:56 +0200 Subject: [PATCH] docs: fix typos in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ce4b56b..3adaf4d 100644 --- a/README.md +++ b/README.md @@ -215,13 +215,13 @@ osslsigncode.exe add -addUnauthenticatedBlob -in your_signed_file.exe -out out.e This feature allows for doing dumb things. Be very careful with what you put in the unauthenticated blob, as an attacker could modify this. Do NOT, under any circumstances, put a URL here that you will use to download an additional -file. If you do do that, you would need to check the newly downloaded file is +file. If you do that, you would need to check the newly downloaded file is code signed AND that it has been signed with your cert AND that it is the version you expect. ## BUGS, QUESTIONS etc. -Check whether your your question or suspected bug was already +Check whether your question or suspected bug was already discussed on https://github.com/mtrojnar/osslsigncode/issues. Otherwise, open a new issue.