From be6f55ff7493f8dd7d464f433c808a87c6a50368 Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Sat, 20 Jan 2024 07:10:16 -0500 Subject: [PATCH] feat: 2.9.3 --- blog/2023/2024-01-20-release293.mdx | 19 +++++++++++++++++++ docusaurus.config.js | 4 ++-- src/pages/index.js | 4 ++-- 3 files changed, 23 insertions(+), 4 deletions(-) create mode 100644 blog/2023/2024-01-20-release293.mdx diff --git a/blog/2023/2024-01-20-release293.mdx b/blog/2023/2024-01-20-release293.mdx new file mode 100644 index 0000000000..c493c84275 --- /dev/null +++ b/blog/2023/2024-01-20-release293.mdx @@ -0,0 +1,19 @@ +--- +slug: apktool-2.9.3 +title: Apktool 2.9.3 +authors: ibotpeaches +tags: [release] +--- + +- [[#3492](https://github.com/iBotPeaches/Apktool/pull/3492)] Fix #GHSA-vgwr-4w3p-xmjv (Arbitrary file writes on Windows). (Thanks Cl0udG0d) + +:::success + +[Download now at Bitbucket](https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.9.3.jar), [Maven](https://mvnrepository.com/artifact/org.apktool/apktool-lib) + +- md5 - `e28e4b4a413a252617d92b657a33c947` +- sha256 - `7956eb04194300ce0d0a84ad18771eebc94b89fb8d1ddcce8ea4c056818646f4` + +::: + +> This post was released with commentary at: https://connortumbleson.com/2024/01/20/apktool-v2-9-3-released/ diff --git a/docusaurus.config.js b/docusaurus.config.js index 3e331f361a..36f9fd1571 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -91,8 +91,8 @@ const config = { {to: '/docs/install', label: 'Install', position: 'left'}, {to: '/blog', label: 'Releases', position: 'left'}, { - href: 'https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.9.2.jar', - label: 'Download 2.9.2', + href: 'https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.9.3.jar', + label: 'Download 2.9.3', position: 'right', }, { diff --git a/src/pages/index.js b/src/pages/index.js index 53e08cb643..45df5c1f42 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -23,7 +23,7 @@ function HomepageHeader() { {`$ apktool d test.apk -I: Using Apktool 2.9.2 on test.apk +I: Using Apktool 2.9.3 on test.apk I: Loading resource table... I: Decoding AndroidManifest.xml with resources... I: Loading resource table from file: 1.apk @@ -35,7 +35,7 @@ I: Copying assets and libs... I: Copying unknown files... I: Copying original files... $ apktool b test -I: Using Apktool 2.9.2 on test +I: Using Apktool 2.9.3 on test I: Checking whether sources has changed... I: Smaling smali folder into classes.dex... I: Checking whether resources has changed...