ソースを参照

Update Changelog

Emmanuel Bouthenot 1 年間 前
コミット
524f922e3b
1 ファイル変更1 行追加0 行削除
  1. 1 0
      Changelog.md

+ 1 - 0
Changelog.md

@@ -5,6 +5,7 @@
 * Add support for MySQL (using the `DBENGINE` configuration parameter).
 * Add a command line option `-c` to specify an alternate config file or directory (see [Documentation](/Documentation.md)).
 * Add manpage
+* Fix hypotetical shell injection by crafting special database names
 * Variable `OPT` (used with pg_dump) is renamed to `PGDUMP_OPTS` and a new variable `PGDUMPALL_OPTS` is available (used for dump globals with pg_dumpall) (Closes: [#12](https://github.com/k0lter/autopostgresqlbackup/issues/12))
 * Fix stderr capture and check return code while running pg_dump/pg_dumpall commands
 * Add `MIN_DUMP_SIZE` configuration variable to raise a warning when a backup file size is below this limit (Closes: [#15](https://github.com/k0lter/autopostgresqlbackup/issues/15))