[Git][security-tracker-team/security-tracker][master] 2 commits: cvelist.el: Fix debian-cvelist-mark-non-issue() with Emacs 30

Moritz Muehlenhoff (@jmm) jmm at debian.org
Mon Mar 17 09:39:45 GMT 2025



Moritz Muehlenhoff pushed to branch master at Debian Security Tracker / security-tracker


Commits:
7609695d by Moritz Muehlenhoff at 2025-03-17T10:38:34+01:00
cvelist.el: Fix debian-cvelist-mark-non-issue() with Emacs 30

- - - - -
c07a053a by Moritz Muehlenhoff at 2025-03-17T10:39:25+01:00
new wabt issue

- - - - -


2 changed files:

- conf/cvelist.el
- data/CVE/list


Changes:

=====================================
conf/cvelist.el
=====================================
@@ -46,8 +46,8 @@
 
 (defun debian-cvelist-mark-non-issue ()
   "Mark an entry as a non issue."
-  (setq non_issue_reason (read-string "Why is this a non-issue?: " non_issue_reason))
   (interactive)
+  (setq non_issue_reason (read-string "Why is this a non-issue?: " non_issue_reason))
   (end-of-line)
   (insert " (unimportant)" )
   (insert "\n\tNOTE: " non_issue_reason ))


=====================================
data/CVE/list
=====================================
@@ -5,7 +5,10 @@ CVE-2025-2396 (The U-Office Force from e-Excellence has an Arbitrary File Upload
 CVE-2025-2395 (The U-Office Force from e-Excellence has an Improper Authentication vu ...)
 	NOT-FOR-US: U-Office Force
 CVE-2025-2368 (A vulnerability was found in WebAssembly wabt 1.0.36 and classified as ...)
-	TODO: check
+	- wabt <unfixed> (unimportant)
+	NOTE: https://github.com/WebAssembly/wabt/issues/2556
+	NOTE: https://github.com/WebAssembly/wabt/issues/2537
+	NOTE: Crash in CLI tool, no security impact
 CVE-2025-2367 (A vulnerability has been found in Oiwtech OIW-2431APGN-HP 2.5.3-B20131 ...)
 	NOT-FOR-US: Oiwtech
 CVE-2025-2366 (A vulnerability, which was classified as problematic, was found in gou ...)



View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/-/compare/019248bde40e4921d0c6224601392b998a30c1c9...c07a053a26dffb7c6bf8a30a5c591a9ede308083

-- 
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/-/compare/019248bde40e4921d0c6224601392b998a30c1c9...c07a053a26dffb7c6bf8a30a5c591a9ede308083
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-security-tracker-commits/attachments/20250317/f778ed89/attachment.htm>


More information about the debian-security-tracker-commits mailing list