diff --git a/SECURITY.md b/SECURITY.md index 00586c48..6a3bde2d 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -2,7 +2,7 @@ ## Scope of security vulnerabilities -usethis invokes other software on the system, specifically [uv](https://github.com/astral-sh/uv/blob/main/SECURITY.md). This can execute arbitrary code due to the inherent nature of the Python ecosystem and the way that uv is designed. It is the user's responsibility to ensure that the correct uv executable lies on `PATH` under the command `uv`. +usethis invokes other software on the system, especially [uv](https://github.com/astral-sh/uv/blob/main/SECURITY.md). This can execute arbitrary code due to the inherent nature of the Python ecosystem and the way that uv is designed. It is the user's responsibility to ensure that the correct uv executable lies on `PATH` under the command `uv`. The test suite also invokes [Git](https://git-scm.com/). It is your responsibility to ensure that the correct Git executable lies on `PATH` under the command `git`.