Skip to content

Commit d5b46aa

Browse files
Tweak grammar in SECURITY.md (#1269)
1 parent 313976c commit d5b46aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Scope of security vulnerabilities
44

5-
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`.
5+
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`.
66

77
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`.
88

0 commit comments

Comments
 (0)