webalizer

maintainer victor3d · 17 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from source hosted on a maintainer's personal domain, which is not whitelisted but plausibly legitimate for an AUR package; the sources are verified via checksums and consist of standard tarballs and a patch, with no evidence of obfuscated or executable payloads.

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 package builds from source hosted on a maintainer's personal domain, which is not whitelisted but plausibly legitimate for an AUR package; the sources are verified via checksums and consist of standard tarballs and a patch, with no evidence of obfuscated or executable payloads.

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:21 "http://dev.victor3d.com.br/webalizer/${pkgname}-${_pkgver}-src.tgz"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Victor Perevozchikov <victor3d@yandex.ru>
2# Contributor: Brian Bidulock <bidulock@openss7.org>
3# Contributor: Thore Bödecker <me [at] foxxx0 [dot] de>
4# Contributor: Robert Knauer <robert@privatdemail.net>
5# Contributor: megadriver <megadriver at gmx dot com>
6# Contributor: Jamie Nguyen <jamie AT tomoyolinux.co.uk>
7# Contributor: Andrea Scarpino <andrea@archlinux.org>
8
9pkgname=webalizer
10_geodbver=20210401
11pkgver=2.23.08.${_geodbver}
12_pkgver=2.23-08
13pkgrel=5
14pkgdesc="A web server log file analysis program producing HTML reports"
15arch=('i686' 'x86_64' 'armv7h')
16url="http://www.webalizer.com/"
17license=('GPL')
18depends=('db' 'gd' 'geoip' 'bzip2')
19install="${pkgname}.install"
20source=(
21 "http://dev.victor3d.com.br/webalizer/${pkgname}-${_pkgver}-src.tgz"
22 "http://dev.victor3d.com.br/webalizer/${pkgname}-geodb-${_geodbver}.tgz"
23 "http://dev.victor3d.com.br/webalizer/${pkgname}-flags.tgz"
24 "webalizer-2.23-08-memmove.patch"
25)
26sha512sums=('219cae51d2e938e2d9327ce52c9c814e7436c821b05cb528dc88f548bdfbd7a6ad69c235b078d6af194c3a1d38029fde7dde9e8b81ad6fd93c236ca76a49811b'
27 'b90aa2fdef14dde132eb866c44f8132e16dacbdf06790701ca6d8b7f54ec6a60756a7f47218d2635536d3d939fd4795dcb68ae1ca64157cc7d9dcaed5de7dfa0'
28 'bb23d68fed2f130c8a752d1b219974e44e3f32dd40ecf6b236cdbede58d4bfbb15a8901e5ee76fbfae1ce1bd3d3664b28d0bd79b85e15949ff420ec262be21c1'
29 '538b7cf51303581df7d1710073d55563fda4c64841a6d7dac8d47e0b037975b9ad4ad4973db5807226480ecea0e0783c445400bd53b60d0d7308559946ce3b4a')
30
31prepare() {
32 cd "${srcdir}/${pkgname}-${_pkgver}"
33 # fix history corruption, see https://bugs.launchpad.net/ubuntu/+source/webalizer/+bug/1399615
34 patch -p1 -i "${srcdir}/webalizer-2.23-08-memmove.patch"
35}
36
37build() {
38 cd "${srcdir}/${pkgname}-${_pkgver}"
39 export CFLAGS="$CFLAGS -fcommon"
40 ./configure \
41 --prefix=/usr \
42 --sysconfdir=/etc \
43 --datarootdir=/usr/share \
44 --mandir=/usr/share/man \
45 --enable-bz2 \
46 --enable-geoip
47 make
48}
49
50package() {
51 cd "${srcdir}/${pkgname}-${_pkgver}"
52 make DESTDIR="${pkgdir}" install
53 # install geolocation database (GeoDB)
54 install -D -m644 "${srcdir}/GeoDB.dat" "${pkgdir}/usr/share/GeoDB/GeoDB.dat"
55 # install flags
56 cd "${srcdir}/flags"
57 for _i in *.png; do
58 install -D -m644 "${_i}" "${pkgdir}/usr/share/${pkgname}/flags/${_i}"
59 done
60}
61

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion