From 52efddfe451072d21498da3145d7827c1b3394d8 Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Fri, 18 Sep 2020 12:45:23 -0700 Subject: [PATCH] Update FAQ.md --- FAQ.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/FAQ.md b/FAQ.md index 50c72cf..d39df75 100644 --- a/FAQ.md +++ b/FAQ.md @@ -35,6 +35,10 @@ You shouldn't, for a piece of software like this. Secretive, by design, has an a Awesome! Just bear in mind that because an app only has access to the keychain items that it created, if you have secrets that you created with the prebuilt version of Secretive, you'll be unable to access them using your own custom build (since you'll have changed the bundled ID). +### What's this network request to GitHub? + +Secretive checks in with GitHub's releases API to check if there's a new version of Secretive available. You can audit the source code for this feature [here](https://github.com/maxgoedjen/secretive/blob/main/Brief/Updater.swift). + ### I have a security issue Please contact [max.goedjen@gmail.com](mailto:max.goedjen@gmail.com) with a subject containing "SECRETIVE SECURITY" immediately with details, and I'll address the issue and credit you ASAP.