flightradar24

MEDIUM
maintainer meijin 10 votes scanned 2026-09-03 13:53:13.144096
View on AUR
Why flagged

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

Triggered rules

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:24 source_x86_64=("https://repo-feed.flightradar24.com/linux_binaries/${_pkgname}_${_pkgver}_amd64.deb")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Ranieri Althoff <ranisalt+aur at gmail dot com>
2# Contributor: Jimmy Xu <me at jimmyxu dot org>
3# Contributor: Assaf Sapir <meijin007 at gmail dot com>
4# Contributor: Yuval Adam <yuval at y3xz dot com>
5
6pkgname=flightradar24
7_pkgname=fr24feed
8pkgver=1.0.56
9pkgrel=1
10_pkgver=1.0.56-0
11pkgdesc='Feeder software for Flightradar24.com (fr24feed)'
12arch=('x86_64' 'i686' 'armv6h' 'armv7h' 'aarch64')
13url='https://www.flightradar24.com/share-your-data'
14license=('custom')
15depends=('bash' 'dump1090')
16optdepends=('dump978: for 978MHz UAT support')
17backup=(etc/fr24feed.ini)
18install=flightradar24.install
19source=('fr24feed.service'
20 'fr24uat-feed.service'
21 'flightradar24.sysusers'
22 'fr24feed-status.patch'
23 'hostname')
24source_x86_64=("https://repo-feed.flightradar24.com/linux_binaries/${_pkgname}_${_pkgver}_amd64.deb")
25source_i686=("https://repo-feed.flightradar24.com/linux_binaries/${_pkgname}_${_pkgver}_i386.deb")
26source_armv6h=("https://repo-feed.flightradar24.com/rpi_binaries/${_pkgname}_${_pkgver}_armhf.deb")
27source_armv7h=("https://repo-feed.flightradar24.com/rpi_binaries/${_pkgname}_${_pkgver}_armhf.deb")
28source_aarch64=("https://repo-feed.flightradar24.com/rpi_binaries/${_pkgname}_${_pkgver}_arm64.deb")
29
30sha256sums=('1a4e30ae787dc2b7145723f703d09d2a43071a6ebb788130d362458037306743'
31 'f8a45a74fb6129f0533fbe9213df3cdfdbb10383fcad45b9ff67be0b7c430e0b'
32 'a018c751e431fcde72e709917fdfe663a5c74040af80b56d1a4658ba962c95e5'
33 'ebcf31ecb62aef650b0984f978318f7e716078f520efb165306dca592c0821bb'
34 '32ae61984ae0123690fea0bf67f2b5f1ee1155f6a2b3a9d0ff7c5431d902ddee')
35sha256sums_x86_64=('a297b3c950b097ecb67d06b3211235517f731beef2ce10885c08cd331762adab')
36sha256sums_i686=('f5b721527d3554778f6dcf19ed93f461f0c98aa22c02a29f34b19433b5c73b70')
37sha256sums_armv6h=('e4ae597824fe0213cf8c9a50ed17eaaf394540f71d58ac23b035be549a6a11cb')
38sha256sums_armv7h=('e4ae597824fe0213cf8c9a50ed17eaaf394540f71d58ac23b035be549a6a11cb')
39sha256sums_aarch64=('f52ebbab25621a0bdd8c4656f6cf28a17bd8722027399464fde6f60b412e8820')
40
41prepare() {
42 tar -xf data.tar.gz
43 patch -p0 -i fr24feed-status.patch
44}
45
46package() {
47 install -Dm755 -t "$pkgdir/usr/bin" usr/bin/fr24feed
48 install -Dm755 -t "$pkgdir/usr/bin" usr/bin/fr24feed-status usr/bin/fr24uat-feed-status
49 install -Dm755 -t "$pkgdir/usr/bin" usr/bin/fr24feed-signup-adsb usr/bin/fr24feed-signup-uat
50 install -Dm644 usr/share/fr24/licences/LICENSE.fr24feed.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
51 install -Dm644 -t "$pkgdir/etc" etc/fr24feed.ini
52
53 install -Dm644 -t "$pkgdir/usr/lib/systemd/system" fr24feed.service fr24uat-feed.service
54 install -Dm644 flightradar24.sysusers "$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
55
56 # hostname: invalid option -- 'I'
57 # Try 'hostname --help' or 'hostname --usage' for more information.
58 install -Dm755 -t "$pkgdir/usr/lib/$pkgname" hostname
59}
60
61# vim:set ts=2 sw=2 et:
62

Scan history

Scanned at (UTC)SeverityRules
2026-09-03 13:53:13 Medium 1
2026-06-19 19:07:35 Clean 2
2026-06-18 18:55:24 Low 2
2026-06-18 16:11:54 Medium 1

Report a package

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

0 / 4000
Your suggestion