netkit-bsd-finger
maintainer starfry
· 26 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a historical tarball from a web archive of an official project site; it is not a prebuilt executable or remote code, and the package builds from verifiable source with a valid checksum.
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 is a historical tarball from a web archive of an official project site; it is not a prebuilt executable or remote code, and the package builds from verifiable source with a valid checksum.
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:13
source=("https://web.archive.org/web/20201216144539/http://ftp.linux.org.uk/pub/linux/Networking/netkit/bsd-finger-0.17.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: John Lane <archlinux at jelmail dot com>
2
# Contributor: dorphell <dorphell@archlinux.org>
3
4
pkgname=netkit-bsd-finger
5
pkgver=0.17
6
pkgrel=10
7
pkgdesc="BSD-finger ported to Linux"
8
arch=('i686' 'x86_64')
9
url='http://ftp.linux.org.uk/pub/linux/Networking/netkit'
10
license=('BSD')
11
depends=('glibc')
12
13
source=("https://web.archive.org/web/20201216144539/http://ftp.linux.org.uk/pub/linux/Networking/netkit/bsd-finger-0.17.tar.gz"
14
'LICENSE'
15
'fix-manpage-typo.patch'
16
'finger.socket'
17
'finger@.service')
18
19
sha256sums=('84885d668d117ef50e01c7034a45d8343d747cec6212e40e8d08151bc18e13fa'
20
'3774a4bb6207edc124838915911bd139a78312336876a9fe59700216dfeb54b4'
21
'7e264f316fa465ec1b6aa2074d552ba8fe5534e44cabe9859301feb2fd45315b'
22
'6cde9cd7ec8dda157d6dcb28988d1caf2280e7e089573b1ad1824e263b8a9fb7'
23
'89276c8300c7a30c7103b44bd0e80162aa86069a80d209ff95da706546a55516')
24
25
26
prepare() {
27
cd bsd-finger-${pkgver}
28
# FS#28232
29
patch -p1 -i "${srcdir}"/fix-manpage-typo.patch
30
sed -i 's@include <sys/time.h>@include <time.h>@' finger/lprint.c
31
sed -i 's@include <sys/time.h>@include <time.h>@' finger/sprint.c
32
}
33
34
build() {
35
cd bsd-finger-${pkgver}
36
./configure --prefix=/usr
37
make
38
}
39
40
package() {
41
cd bsd-finger-${pkgver}
42
install -d "${pkgdir}"/usr/{bin,share/man/{man1,man8}}
43
make INSTALLROOT="${pkgdir}" SBINDIR=/usr/bin MANDIR=/usr/share/man install
44
45
install -D -m644 "${srcdir}/finger.socket" "${pkgdir}//usr/lib/systemd/system/finger.socket"
46
install -D -m644 "${srcdir}/finger@.service" "${pkgdir}//usr/lib/systemd/system/finger@.service"
47
48
install -D -m644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
49
}
50
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 |