summaryrefslogtreecommitdiff
path: root/libsyslog/CHANGELOG.md
diff options
context:
space:
mode:
authorMartin Samuelsson <msamuelsson@storvix.eu>2023-05-27 13:33:45 +0200
committerMartin Samuelsson <msamuelsson@storvix.eu>2023-05-27 13:58:39 +0200
commit4b1910bc680a7721f8791cbc9beb4e0a845134e7 (patch)
tree83410486a68893b5b5a930aece75fc4e6b6ca0c3 /libsyslog/CHANGELOG.md
parent622d4c36030538f2760622a2d7b4ac26cfd37991 (diff)
downloadlibsyslog-rs-fix/format-string-bug.zip
Avoid insecurely passing untrusted string to syslog()fix/format-string-bug
With the second argument to syslog() being a format string, these function calls obviously need an actual format string prior to the log message. Thanks to Alexander Hansen Færøy for noticing and pointing out this embarrasing mistake.
Diffstat (limited to 'libsyslog/CHANGELOG.md')
-rw-r--r--libsyslog/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/libsyslog/CHANGELOG.md b/libsyslog/CHANGELOG.md
index eb0dad9..2d6cb4a 100644
--- a/libsyslog/CHANGELOG.md
+++ b/libsyslog/CHANGELOG.md
@@ -8,6 +8,10 @@ adheres to [Semantic Versioning][semver].
## [Unreleased]
+# Fixed
+
+ - Stop insecurely passing untrusted data syslog().
+
## [0.1.0] - 2023-02-24
Initial release.