We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aee425f commit a95bee6Copy full SHA for a95bee6
README.md
@@ -142,12 +142,10 @@ You can add your own environment variables if you like:
142
# ---
143
```
144
145
-> [!CAUTION]
+> [!NOTE]
146
>
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.
+> The environment variable's value is sanitized, so expressions like
+> `MY_VAR: $(sudo rm -rf --no-preserve-root /)` will throw an error.
151
152
## `dev` & Editors
153
0 commit comments