Skip to content

Commit

Permalink
Merge pull request #7 from GangGreenTemperTatum/bapp/portswigger-feed…
Browse files Browse the repository at this point in the history
…back-for-bapp-store-submission

chore: reduce jar size using compile instead of implementation
  • Loading branch information
GangGreenTemperTatum authored Dec 30, 2024
2 parents 1533d19 + 2a84c24 commit 0ac8278
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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.
</div>

- [stickyburp](#stickyburp)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
Expand Down

0 comments on commit 0ac8278

Please sign in to comment.