[Git][java-team/procyon][master] Prevent untrusted code execution from the command line (Closes: #1068463)
Emmanuel Bourg (@ebourg)
gitlab at salsa.debian.org
Sat Apr 6 09:46:44 BST 2024
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / procyon
Commits:
5d917ba9 by Emmanuel Bourg at 2024-04-06T10:46:14+02:00
Prevent untrusted code execution from the command line (Closes: #1068463)
- - - - -
2 changed files:
- debian/changelog
- debian/scripts/procyon
Changes:
=====================================
debian/changelog
=====================================
@@ -1,6 +1,12 @@
+procyon (0.6.0-2) unstable; urgency=medium
+
+ * Prevent untrusted code execution from the command line (Closes: #1068463)
+
+ -- Emmanuel Bourg <ebourg at apache.org> Sat, 06 Apr 2024 10:46:00 +0200
+
procyon (0.6.0-1) unstable; urgency=medium
- New upstream release
+ * New upstream release
- Refreshed the patches
- Updated the Maven poms
- New build dependency on junit4
=====================================
debian/scripts/procyon
=====================================
@@ -3,7 +3,10 @@
# Launcher script for the Procyon Java decompiler
#
+if [ ! -z "$CLASSPATH" ] ; then
+ CLASSPATH="$CLASSPATH":
+fi
-CLASSPATH=$CLASSPATH:/usr/share/java/jcommander.jar:/usr/share/java/procyon-core.jar:/usr/share/java/procyon-compilertools.jar:/usr/share/java/procyon-expressions.jar:/usr/share/java/procyon-reflection.jar:/usr/share/java/procyon-decompiler.jar
+CLASSPATH=$CLASSPATH/usr/share/java/jcommander.jar:/usr/share/java/procyon-core.jar:/usr/share/java/procyon-compilertools.jar:/usr/share/java/procyon-expressions.jar:/usr/share/java/procyon-reflection.jar:/usr/share/java/procyon-decompiler.jar
java -cp $CLASSPATH com.strobel.decompiler.DecompilerDriver $@
View it on GitLab: https://salsa.debian.org/java-team/procyon/-/commit/5d917ba977596412dd3b207a9195c78390cadc7b
--
View it on GitLab: https://salsa.debian.org/java-team/procyon/-/commit/5d917ba977596412dd3b207a9195c78390cadc7b
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/20240406/d36cb1bb/attachment.htm>
More information about the pkg-java-commits
mailing list