1 parent 9e07ca6 commit 399fa1bCopy full SHA for 399fa1b
1 file changed
SECURITY.md
@@ -37,6 +37,14 @@ The tool may make network requests in these cases:
37
38
These requests are initiated by the headless Chrome browser, not the Go code directly.
39
40
+### Config Init (`md2pdf config init`)
41
+
42
+- Generates a local YAML config file only (default: `./md2pdf.yaml`).
43
+- Does not perform network requests.
44
+- Uses destination lock files to avoid concurrent write corruption.
45
+- Uses explicit `--force` for overwrite and applies backup/rollback safeguards to recover interrupted writes.
46
+- Respects normal OS file permissions and does not elevate privileges.
47
48
### Data Handling
49
50
- The tool does not handle authentication
0 commit comments