summaryrefslogtreecommitdiff
path: root/newmoon/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'newmoon/debian/changelog')
-rw-r--r--newmoon/debian/changelog16
1 files changed, 16 insertions, 0 deletions
diff --git a/newmoon/debian/changelog b/newmoon/debian/changelog
index 1de4132..17da59e 100644
--- a/newmoon/debian/changelog
+++ b/newmoon/debian/changelog
@@ -1,3 +1,19 @@
+newmoon (29.4.2-1+devuan) obs; urgency=medium
+
+ - This is a security update.
+ * Fixed a spec compliance issue with IDN that could potentially cause
+ confusion of domain names.
+ * Fixed several intermittent thread sanity issues. DiD
+ * Fixed a potential UAF risk in certain situations in networking. DiD
+ * Fixed a potential crash risk (not exposed). DiD
+ * Fixed a potential spoofing risk using form validation.
+ (CVE-2021-38508)
+ * Fixed a script sandbox escape issue through XSLT. (CVE-2021-38503)
+ * Unified XUL Platform Mozilla Security Patch Summary: 3 fixed, 1
+ already applied, 4 DiD, 7 not applicable.
+
+ -- B. Stack <bgstack15@gmail.com> Tue, 11 Nov 2021 09:09:16 -0500
+
newmoon (29.4.1-1+devuan) obs; urgency=medium
- This is a security update.
bgstack15