From 823250be34103d79c670c6b0d8f835487497433c Mon Sep 17 00:00:00 2001 From: Ads Dawson <104169244+GangGreenTemperTatum@users.noreply.github.com> Date: Tue, 24 Dec 2024 06:10:48 -0500 Subject: [PATCH 1/3] chore: reduce jar size using compile instead of implementation --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 08928b1..5365f70 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -16,7 +16,7 @@ repositories { } dependencies { - implementation("net.portswigger.burp.extensions:montoya-api:2024.12") + compileOnly("net.portswigger.burp.extensions:montoya-api:2024.12") implementation("com.squareup.okhttp3:okhttp:4.12.0") implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3") } From 57d8e3fa3d4078a6187d35df3735963a4f333397 Mon Sep 17 00:00:00 2001 From: Ads Dawson <104169244+GangGreenTemperTatum@users.noreply.github.com> Date: Mon, 30 Dec 2024 08:30:25 -0500 Subject: [PATCH 2/3] docs: update wording for bapp submission page --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22cb0c2..d5eb622 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # stickyburp -No more `notes.txt`! 🤙 +("`Sticky Burp, Reusable and Replacable Environment Variables`").. No more `notes.txt`! 🤙 A Burp Suite extension written in Kotlin that allows you to create and manage "stickies" (aka Environment Variables) from selected text across different Burp Suite panels. Think of this extension as the same functionality you get in an API testing and development tool to store variables with raw values that can be used across different views. From 2a84c2447c3c0e3115101f7954f00c458eedacb3 Mon Sep 17 00:00:00 2001 From: Ads Dawson <104169244+GangGreenTemperTatum@users.noreply.github.com> Date: Mon, 30 Dec 2024 08:32:22 -0500 Subject: [PATCH 3/3] docs: include shields for bapp submission progress --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d5eb622..2a8130d 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,14 @@ A Burp Suite extension written in Kotlin that allows you to create and manage "s [![GitHub release (latest by date)](https://img.shields.io/github/v/release/GangGreenTemperTatum/stickyburp)](https://github.com/GangGreenTemperTatum/stickyburp/releases) [![GitHub stars](https://img.shields.io/github/stars/GangGreenTemperTatum/stickyburp?style=social)](https://github.com/GangGreenTemperTatum/stickyburp/stargazers) [![GitHub license](https://img.shields.io/github/license/GangGreenTemperTatum/stickyburp)](https://github.com/GangGreenTemperTatum/stickyburp/blob/main/LICENSE) +[![BApp Store](https://img.shields.io/badge/BApp%20Store-Submission%20In%20Progress-yellow)](https://portswigger.net/bappstore) [Report Bug](https://github.com/GangGreenTemperTatum/stickyburp/issues) • [Request Feature](https://github.com/GangGreenTemperTatum/stickyburp/issues) +> **Note** +> BApp Store submission is currently in progress. Once approved, the extension will be available directly through Burp Suite's BApp Store. + - [stickyburp](#stickyburp)