Skip to content

Commit a95bee6

Browse files
authored
Remove outdated warning about env var command substitutions
1 parent aee425f commit a95bee6

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -142,12 +142,10 @@ You can add your own environment variables if you like:
142142
# ---
143143
```
144144
145-
> [!CAUTION]
145+
> [!NOTE]
146146
>
147-
> The assignment of these variables are run through the shell, so you can do
148-
> stuff like `$(pwd)` if you like. Obviously, be careful with that—we don’t
149-
> sanitize the input. We will accept a PR to escape this by default or something
150-
> ∵ we agree this is maybe a bit insane.
147+
> The environment variable's value is sanitized, so expressions like
148+
> `MY_VAR: $(sudo rm -rf --no-preserve-root /)` will throw an error.
151149
152150
## `dev` & Editors
153151

0 commit comments

Comments
 (0)