libffado-svn
The source uses a Subversion checkout from the project's own domain (subversion.ffado.org), which is a normal and expected method for an -svn AUR package;虽非标准主机但属项目官方仓库, 构建过程透明且无远程代码执行风险。
Triggered rules
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 source uses a Subversion checkout from the project's own domain (subversion.ffado.org), which is a normal and expected method for an -svn AUR package;虽非标准主机但属项目官方仓库, 构建过程透明且无远程代码执行风险。
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:20
source=("${_name}::svn+http://subversion.ffado.org/ffado/trunk/${_name}")
PKGBUILD
1 offending line(s) highlighted# Maintainer: David Runge <dave@sleepmap.de>
# Contributor: Ray Rashif <schiv@archlinux.org>
# Contributor: galiyosha@gmail.com
# Contributor: Jon Kristian Nilsen <jokr.nilsen@gmail.com>
_name=libffado
pkgname=libffado-svn
pkgver=r2776
pkgrel=1
pkgdesc="Driver for FireWire audio devices (svn version)"
arch=('x86_64')
url="http://www.ffado.org/"
license=('GPL')
depends=('dbus-c++' 'libavc1394' 'libconfig' 'libiec61883' 'libxml++' 'python-dbus')
makedepends=('jack' 'python-pyqt5' 'scons' 'subversion')
optdepends=('alsa-lib: for test-scs'
'python-pyqt5: for ffado-mixer')
conflicts=('libffado')
provides=('ffado' 'libffado')
source=("${_name}::svn+http://subversion.ffado.org/ffado/trunk/${_name}")
sha512sums=('SKIP')
pkgver() {
cd "${_name}"
local ver="$(svnversion)"
printf "r%s" "${ver//[[:alpha:]]}"
}
prepare() {
cd "${_name}"
# fix icon name, so it's coherent with XDG desktop file name
sed -e 's/hi64-apps-ffado/ffado-mixer/g' \
-i support/xdg/ffado.org-ffadomixer.desktop
# removing python2 only code, that breaks, when running scons based on python3
sed -e 's/split(b/split(/' \
-e 's/strip().decode()/strip()/' \
-i SConstruct
}
build() {
cd "${_name}"
scons PREFIX=/usr \
DEBUG=no \
CUSTOM_ENV=True \
MANDIR='/usr/share/man' \
PYTHON_INTERPRETER='/usr/bin/python3' \
PYPKGDIR='/usr/lib/python3.7/site-packages' \
UDEVDIR='/usr/lib/udev/rules.d'
}
package() {
cd "${_name}"
scons DESTDIR="${pkgdir}" WILL_DEAL_WITH_XDG_MYSELF="True" install
# XDG
install -vDm 644 support/xdg/ffado.org-ffadomixer.desktop \
"${pkgdir}/usr/share/applications/ffado-mixer.desktop"
install -vDm 644 support/xdg/hi64-apps-ffado.png \
"${pkgdir}/usr/share/icons/64x64/apps/ffado-mixer.png"
# docs
install -vDm 644 {AUTHORS,README} -t "${pkgdir}/usr/share/doc/${pkgname}"
}
# 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 |