[Git][java-team/freeplane][master] Don't quote %-escapes in mailcap entries

Andrej Shadura (@andrewsh) gitlab at salsa.debian.org
Mon Mar 17 20:53:40 GMT 2025



Andrej Shadura pushed to branch master at Debian Java Maintainers / freeplane


Commits:
49aaf361 by Marriott NZ at 2025-03-17T21:53:11+01:00
Don't quote %-escapes in mailcap entries

The %s placeholder in a mailcap entry is quoted. That is considered unsafe. Proper escaping should be left to the programs using the entry.

Closes: #985597
Fixes: lintian: quoted-placeholder-in-mailcap-entry
See-also: https://lintian.debian.org/tags/quoted-placeholder-in-mailcap-entry.html

- - - - -


1 changed file:

- debian/freeplane.mime


Changes:

=====================================
debian/freeplane.mime
=====================================
@@ -8,4 +8,4 @@
 # magic, and so if both programs are installed, the correct program is used
 # for the correct magic (i.e. <map version="freeplane... vs <map>) in GNOME/KDE/Xfce!
 
-application/x-freemind; /usr/bin/freeplane '%s'; test=test -n "$DISPLAY"; description="Freeplane/FreeMind MindMap file"; textualnewlines; nametemplate=%s.mm; priority=7
+application/x-freemind; /usr/bin/freeplane %s; test=test -n "$DISPLAY"; description="Freeplane/FreeMind MindMap file"; textualnewlines; nametemplate=%s.mm; priority=7



View it on GitLab: https://salsa.debian.org/java-team/freeplane/-/commit/49aaf361350e7aabb5e0ca903197313a03d9c647

-- 
View it on GitLab: https://salsa.debian.org/java-team/freeplane/-/commit/49aaf361350e7aabb5e0ca903197313a03d9c647
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/pkg-java-commits/attachments/20250317/2ae3e184/attachment.htm>


More information about the pkg-java-commits mailing list