chore: incoming 1654 changelog entry

This commit is contained in:
Changelog Bot
2025-07-26 22:29:17 -07:00
parent 6aa38d2abc
commit 4887cdc353

View File

@@ -0,0 +1,7 @@
### PR [#1654](https://github.com/danielmiessler/Fabric/pull/1654) by [ksylvan](https://github.com/ksylvan): Refine Output File Handling for Safety
- Fix: prevent file overwrite and improve output messaging in CreateOutputFile
- Add file existence check before creating output file
- Return error if target file already exists
- Change success message to write to stderr
- Update message format with brackets for clarity