Highlight security warnings and risks more prominently in the docs
Marco Ricci

Marco Ricci commited on 2024-12-19 15:04:11
Zeige 1 geänderte Dateien mit 2 Einfügungen und 2 Löschungen.

... ...
@@ -145,9 +145,9 @@ $ derivepassphrase vault --config --length 12 --space 0 --upper 1 --lower 1 \
145 145
 >                        --number 1 --repeat 3 email
146 146
 ~~~~
147 147
 
148
-!!! warning "Warning: `-p` and `--config`"
148
+!!! danger "Security risk: use of `-p` and `--config`"
149 149
 
150
-    Do **not** use the `-p` and the `--config` options together to store the master passphrase!
150
+    You are **strongly discouraged** from using the `-p` and the `--config` options together to store the master passphrase!
151 151
     The configuration is assumed to *not contain sensitive contents* and is *not encrypted*, so your master passphrase is then visible to *anyone* with appropriate privileges!
152 152
 
153 153
 Check that the settings are stored correctly:
154 154