summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@pep.foundation>2023-05-17 13:59:42 +0200
committerNeal H. Walfield <neal@pep.foundation>2023-05-17 13:59:42 +0200
commit75ec2e9d9c22f2ea60e0aaefa251fec96d060966 (patch)
tree42878a6ddaec5c42e6f2c5d0f081a8d1402a4f4e
parent7507807dce6b87e7a1397a6414b8bb1ff86f499b (diff)
buffered-reader: Update NEWS.
-rw-r--r--buffered-reader/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/buffered-reader/NEWS b/buffered-reader/NEWS
index 327bf83a..53003ac8 100644
--- a/buffered-reader/NEWS
+++ b/buffered-reader/NEWS
@@ -2,6 +2,12 @@
#+TITLE: buffered-reader NEWS – history of user-visible changes
#+STARTUP: content hidestars
+* Changes in 1.1.5
+ * Notable fixes
+ - A parser bug was fixed. We classify this as a low-severity
+ issue, because Rust correctly detects the out-of-bounds access
+ and panics. If an attacker controls the input, they may be able
+ to use this bug to cause a denial of service.
* Changes in 1.1.2
** Notable changes
- The generic buffered reader now correctly handles end-of-file