vdr-sc
maintainer knedlyk
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source uses a git checkout from a GitHub repository and a tarball from ftp.tvdr.de, which hosts VDR project files; building from project-owned sources is normal for AUR packages, and the non-whitelisted host is plausibly official, so the risk is low despite the static analyzer flag.
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 source uses a git checkout from a GitHub repository and a tarball from ftp.tvdr.de, which hosts VDR project files; building from project-owned sources is normal for AUR packages, and the non-whitelisted host is plausibly official, so the risk is low despite the static analyzer flag.
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:17
"ftp://ftp.tvdr.de/vdr/vdr-$_vdrapi.tar.bz2"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: YUP <yupadmin[at]gmail,com[dot]com>
2
pkgname=vdr-sc
3
pkgver=r9.75b4379
4
_vdrapi=2.4.0
5
_gitver=75b4379e4fa3f6fa1f6908591be8e9bbb44dd990
6
pkgrel=3
7
pkgdesc="Software CAM emulation. If compilation fails
8
with FAILED COMPARISON OF PACKET please check README.FFdecsa
9
and set appropiate PARALLEL parameter in Makefile.patch"
10
url="https://github.com/3PO/vdr-plugin-sc"
11
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')
12
license=('GPL2')
13
depends=('libdvbcsa' 'openssl' "vdr>=2.4.0" "vdr-api=${_vdrapi}")
14
makedepends=('git')
15
_plugname=$(echo $pkgname | sed 's/vdr-//g')
16
source=("$pkgname::git+http://github.com/3PO/vdr-plugin-sc.git#commit=${_gitver}"
17
"ftp://ftp.tvdr.de/vdr/vdr-$_vdrapi.tar.bz2"
18
"20-$_plugname.conf")
19
backup=("etc/vdr/conf.avail/20-$_plugname.conf")
20
21
pkgver() {
22
cd "$srcdir/$pkgname"
23
echo "r$(git rev-list --count HEAD).$(git rev-parse --short HEAD).$pkgrel"
24
}
25
26
prepare() {
27
rm -rf "$srcdir/$pkgname-build"
28
cp -r "$srcdir/$pkgname" "$srcdir/$pkgname-build"
29
cd "$srcdir/$pkgname-build"
30
31
patch -p1 -i "$srcdir/../Makefile.patch"
32
33
sed -i 's/MAXDVBDEVICES/MAXDEVICES/g' device.c
34
}
35
36
package() {
37
cd "$srcdir/$pkgname-build"
38
39
mkdir -p "$pkgdir/usr/lib/vdr/plugins"
40
41
make CFLAGS="$(pkg-config vdr --variable=cflags)" \
42
CXXFLAGS="$(pkg-config vdr --variable=cxxflags) -I/usr/include/openssl-1.0 -std=c++0x -Wno-narrowing"\
43
LDFLAGS="$LDFLAGS -L/usr/lib/openssl-1.0 -lcrypto -lcrypt" \
44
VDRDIR="$(pkg-config vdr --variable=pcfiledir)" \
45
LIBDIR="$pkgdir/$(pkg-config vdr --variable=libdir)" \
46
LOCDIR="$pkgdir/$(pkg-config vdr --variable=locdir)" \
47
MAXCAID=64 \
48
LIBDVBCSA=1
49
50
echo "pkgdir $pkgdir"
51
52
make DESTDIR=${pkgdir} install
53
54
install -Dm644 "$srcdir/20-${_plugname}.conf" "$pkgdir/etc/vdr/conf.avail/20-$_plugname.conf"
55
}
56
md5sums=('SKIP'
57
'12c6a3abeadfa915fcfe736bb047a3ab'
58
'397dfba03003ba28c5f95d0855497d78')
59
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 |