burpsuite

maintainer tux268 · 126 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The download is from portswigger-cdn.net, a CDN used by the official Burp Suite vendor PortSwigger; the JAR file is the official, unmodified application distributed by the vendor, and no code execution or exfiltration occurs.

Triggered rules

LOW AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The download is from portswigger-cdn.net, a CDN used by the official Burp Suite vendor PortSwigger; the JAR file is the official, unmodified application distributed by the vendor, and no code execution or exfiltration occurs.

1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM source=() URL on a non-standard host source_untrusted_domain

One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).

  • PKGBUILD:21 source=("${pkgname}-${pkgver}.jar::https://portswigger-cdn.net/burp/releases/download?product=desktop&version=${pkgver}&type=Jar"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: tux268 <tux268 AT tux268 DOT xyz>
2# Comaintainer: AkechiShiro <akechishiro-aur AT lahfa DOT xyz>
3# Comaintainer: dkasak <dkasak AT termina DOT org DOT uk>
4# Contributor: nblock <nblock [/at\] archlinux DOT us>
5# Contributor: DigitalPathogen <aur@digitalpathogen.co.uk>
6# Contributor: daronin
7# Contributor: kageurufu
8
9pkgname=burpsuite
10pkgver=2026.7.1
11pkgrel=1
12pkgdesc="An integrated platform for performing security testing of web applications (free edition)"
13url="https://portswigger.net/burp/"
14depends=('java-runtime>=21')
15arch=('any')
16license=('custom')
17noextract=("${pkgname}-${pkgver}.jar")
18# Alternative faster source from CDN,
19# From line 422 (might change), view-source:https://portswigger.net/burp/releases <input id="CdnBaseUrl" name="CdnBaseUrl" type="hidden" value="https://portswigger-cdn.net">
20# Fixes #1 on aur-burpsuite
21source=("${pkgname}-${pkgver}.jar::https://portswigger-cdn.net/burp/releases/download?product=desktop&version=${pkgver}&type=Jar"
22 LICENSE
23 burpsuite.desktop
24 icon64.png)
25install=burpsuite.install
26sha256sums=('21aaf2b965e0932ca2a4d94c189c472a519c7f5bc71e01fb9b700db359bafb27'
27 'a1146672de7084a1cddc5b7dab4d18b3530c194bd6e45a2b0ac04b579751ca30'
28 '950c61d7ce1257c21a4152abebb8da320d0206ceb59247d6c912903d1ed39fc8'
29 'd31232a7dbdab9d5723f12aa25c52d13fd46ef2e8837a85fb9a08c3a7f151541')
30
31package() {
32 mkdir -p ${pkgdir}/usr/bin
33 mkdir -p ${pkgdir}/usr/share/{applications,pixmaps,${pkgname},licenses/${pkgname}}
34
35 cd ${srcdir}
36 install -m644 ${pkgname}-${pkgver}.jar ${pkgdir}/usr/share/${pkgname}/${pkgname}.jar
37 install -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/
38 install -m644 burpsuite.desktop ${pkgdir}/usr/share/applications/
39 install -m644 icon64.png ${pkgdir}/usr/share/pixmaps/burpsuite.png
40
41 # Create startup file for burpsuite.
42 echo "#!/bin/sh" > ${pkgdir}/usr/bin/${pkgname}
43 echo "exec \$JAVA_HOME/bin/java --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.desktop/javax.swing=ALL-UNNAMED -jar /usr/share/burpsuite/burpsuite.jar \$@" >> ${pkgdir}/usr/bin/${pkgname}
44 chmod 755 ${pkgdir}/usr/bin/${pkgname}
45}
46
47# vim:set ts=2 sw=2 et:
48

Changes since previous scan

--- PKGBUILD @ 2026-07-18 00:14
+++ PKGBUILD @ 2026-08-03 00:08
@@ -7,7 +7,7 @@
# Contributor: kageurufu
pkgname=burpsuite
-pkgver=2026.7
+pkgver=2026.7.1
pkgrel=1
pkgdesc="An integrated platform for performing security testing of web applications (free edition)"
url="https://portswigger.net/burp/"
@@ -23,7 +23,7 @@
burpsuite.desktop
icon64.png)
install=burpsuite.install
-sha256sums=('bd97023455441e0d739210234aa73abd5cc5694d18759dbb005f9e1cb7cb6b3b'
+sha256sums=('21aaf2b965e0932ca2a4d94c189c472a519c7f5bc71e01fb9b700db359bafb27'
'a1146672de7084a1cddc5b7dab4d18b3530c194bd6e45a2b0ac04b579751ca30'
'950c61d7ce1257c21a4152abebb8da320d0206ceb59247d6c912903d1ed39fc8'
'd31232a7dbdab9d5723f12aa25c52d13fd46ef2e8837a85fb9a08c3a7f151541')

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 LOW 2
2026-08-02 00:16:08 LOW 2
2026-08-01 00:11:18 LOW 2
2026-07-31 01:17:03 LOW 2
2026-07-31 00:14:10 LOW 2
2026-07-30 00:17:23 LOW 2
2026-07-29 00:25:53 LOW 2
2026-07-28 00:07:28 LOW 2
2026-07-27 00:24:32 LOW 2
2026-07-26 00:07:32 LOW 2
2026-07-25 00:13:44 LOW 2
2026-07-24 01:26:42 LOW 2
2026-07-18 00:14:48 CLEAN 2
2026-07-17 01:53:03 LOW 1
2026-06-20 00:18:46 LOW 1
2026-06-19 23:51:18 CLEAN 2
2026-06-19 19:07:35 LOW 2
2026-06-18 18:04:49 CLEAN 2
2026-06-18 16:11:54 LOW 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion