soapui
The package downloads a source tarball from eviware.com, the official vendor's domain for SoapUI, which is a legitimate but non-whitelisted host; the download is of the project's own official release, not an untrusted binary or remote code, and the checksums are provided and verified, making the risk low.
Triggered rules
llm_review
An AI model (qwen/qwen3-235b-a22b-07-25) reviewed this and agrees it is LOW (confidence 95%): The package downloads a source tarball from eviware.com, the official vendor's domain for SoapUI, which is a legitimate but non-whitelisted host; the download is of the project's own official release, not an untrusted binary or remote code, and the checksums are provided and verified, making the risk low.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:14
"https://dl.eviware.com/soapuios/${pkgver}/SoapUI-${pkgver}-linux-bin.tar.gz"
PKGBUILD
1 offending line(s) highlighted# Maintainer: envolution
# Contributor: Damien Guihal <dguihal@gmail.com>
# shellcheck shell=bash disable=SC2034,SC2154
pkgname=soapui
pkgver=5.9.1
pkgrel=1
pkgdesc="free and open source cross-platform functional testing solution for APIs and web services"
arch=('i686' 'x86_64')
url="http://www.soapui.org/"
license=('EUPL-1.1')
depends=('java-environment>=17' hicolor-icon-theme ttf-dejavu)
optdepends=('java-openjfx: Open JFX for Internal browser')
source=(
"https://dl.eviware.com/soapuios/${pkgver}/SoapUI-${pkgver}-linux-bin.tar.gz"
"${pkgname}.png::https://raw.githubusercontent.com/SmartBear/soapui/refs/heads/next/soapui-installer/src/install4j/resources/images/SoapUI-OS_48-48.png"
"$pkgname.desktop")
md5sums=('676d8f2d110a217f23abc376d2857781'
'e4866edd68c373e9cf11903272d1d995'
'65b69df4f67f9f7802fd4e56493e58d0')
package() {
cd "${srcdir}/SoapUI-${pkgver}"
#directories
install -dm755 "${pkgdir}/usr/share/java/${pkgname}"
install -dm755 "${pkgdir}/usr/bin"
install -dm755 "${pkgdir}/usr/share/applications"
install -dm755 "${pkgdir}/usr/share/pixmaps"
#application files
cp -r bin lib "${pkgdir}/usr/share/java/${pkgname}"
install -Dm644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
#additional files
cp -r Tutorials "${pkgdir}/usr/share/java/${pkgname}"
install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
install -Dm644 RELEASENOTES.txt "${pkgdir}/usr/share/doc/${pkgname}/RELEASENOTES.txt"
#desktop files
install -Dm644 "${srcdir}/soapui.desktop" "${pkgdir}/usr/share/applications/soapui.desktop"
install -Dm644 "${srcdir}/soapui.png" "${pkgdir}/usr/share/pixmaps/soapui.png"
#launcher
cat >"${pkgdir}/usr/bin/soapui" <<EOF
#!/bin/sh
cd /usr/share/java/${pkgname}/bin
./soapui.sh "\$@"
EOF
chmod 755 "${pkgdir}/usr/bin/soapui"
# Fix permissions
find "${pkgdir}/usr/share/java/${pkgname}/bin" -type f -exec chmod 755 {} \;
chmod -R go-w "${pkgdir}/usr/share/java"
}
# vim:set ts=2 sw=2 et:
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |