testsslserver
maintainer luckdragon
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a JAR file from the project's official host (bolet.org), which is plausibly the author's own domain; the JAR is not executed during build but installed as data, and the worst case of a swapped source is limited to code execution only when the user runs the tool, which is expected behavior for such a package.
Triggered rules
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a JAR file from the project's official host (bolet.org), which is plausibly the author's own domain; the JAR is not executed during build but installed as data, and the worst case of a swapped source is limited to code execution only when the user runs the tool, which is expected behavior for such a package.
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:12
source=("${pkgname}.jar::http://www.bolet.org/TestSSLServer/TestSSLServer.jar"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: luckdragon <f41c0r [/at\] hack DOT ink>
2
3
pkgname=testsslserver
4
pkgver=1.0
5
pkgrel=1
6
pkgdesc="A script to test TLS/SSL servers for CRIME, BEAST, and other issues."
7
url="http://www.bolet.org/TestSSLServer/"
8
depends=('java-runtime')
9
arch=('any')
10
license=('MIT')
11
noextract=("${pkgname}.jar")
12
source=("${pkgname}.jar::http://www.bolet.org/TestSSLServer/TestSSLServer.jar"
13
LICENSE)
14
md5sums=('ceececde5204be3eca4ee45390f854df'
15
'9e6efa0007a424c6190c5eeab78b2555')
16
17
package() {
18
mkdir -p ${pkgdir}/usr/bin
19
mkdir -p ${pkgdir}/usr/share/{${pkgname},licenses/${pkgname}}
20
21
cd ${srcdir}
22
install -m644 ${pkgname}.jar ${pkgdir}/usr/share/${pkgname}/${pkgname}.jar
23
install -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/
24
25
# Create startup file for burpsuite.
26
echo "#!/bin/sh" > ${pkgdir}/usr/bin/TestSSLServer
27
echo "exec \$JAVA_HOME/bin/java -jar /usr/share/${pkgname}/${pkgname}.jar \$@" >> ${pkgdir}/usr/bin/TestSSLServer
28
chmod +x ${pkgdir}/usr/bin/TestSSLServer
29
}
30
31
# vim:set ts=2 sw=2 et:
32
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 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 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |