From 1c010c787a09c9bc3a8ba4b6aef8ea1ef97e9259 Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Sat, 13 Sep 2025 13:31:23 +0200 Subject: [PATCH] docs: Add Security section to README (fixes #17) Mention the new security warning that appears when upgrading to version v1.0.8 on the README. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d9c66f5..231eec7 100644 --- a/README.md +++ b/README.md @@ -42,3 +42,7 @@ MIT License ## Repository https://github.com/bearmini/vscode-systemd-unit-file + +## Security + +Re. the Security Warning about _"The update for systemd-unit-file extension introduces executable code, which is not present in the currently installed version. Please review the extension and update it manually."_ which you'll see in Visual Studio Code's Extensions when upgrading previous versions to v1.0.8, please see issues [#17](https://github.com/bearmini/vscode-systemd-unit-file/issues/17) and [#15](https://github.com/bearmini/vscode-systemd-unit-file/issues/15).