x3270

LOW
maintainer tuftedocelot 36 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The source is a tarball from the project's official host (x3270.bgp.nu), which is not on the whitelist but is plausibly the project's own; it is built from source, not a prebuilt binary, and no malicious behavior is present.

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 tarball from the project's official host (x3270.bgp.nu), which is not on the whitelist but is plausibly the project's own; it is built from source, not a prebuilt binary, and no malicious behavior is present.

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:16 source=(http://x3270.bgp.nu/download/$pkgpath/suite3270-$pkgver-src.tgz

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: tuftedocelot <tuftedocelot@fastmail.fm>
2# Co-Maintainer: Davide Girardi <davidegirardi googlesmtp>
3# Contributor: Davbo <dave@davbo.org>
4pkgname=x3270
5pkgver=4.5ga5
6pkgrel=1
7pkgpath=04.05
8pkgdesc="An IBM 3270 terminal emulator for the X Window System"
9arch=('i686' 'x86_64')
10url="http://x3270.bgp.nu/"
11license=('BSD' 'MIT')
12depends=('openssl' 'libxaw' 'xorg-mkfontdir' 'tcl')
13makedepends=('openssl' 'libx11' 'libxaw' 'libxt' 'xbitmaps' 'xorg-bdftopcf' 'readline' 'ncurses' 'm4')
14backup=(etc/x3270/ibm_hosts)
15install=x3270.install
16source=(http://x3270.bgp.nu/download/$pkgpath/suite3270-$pkgver-src.tgz
17 x3270.desktop)
18
19sha256sums=('01576fa58598ccdd3d366febfaef61e3d1de93eb60a93f9ac6ba5faf84144c6f'
20 'bb3f1a301ca4f6d6d4f4cafe451945a55a9af7995d712a0f314fc58dfb16da6f')
21
22build() {
23 # Time of the last modification to the source code, see:
24 # - https://reproducible-builds.org/docs/source-date-epoch/
25 # - https://reproducible-builds.org/specs/source-date-epoch/
26 #
27 # It should be something like:
28 # export SOURCE_DATE_EPOCH=$(stat --format='%Y' $srcdir/suite3270-${pkgver:0:3}/configure)
29 #
30 # but there is a bug in `mkversion.py`. I sent a patch to the author.
31 # Let's use this workaround in the mean time.
32 unset SOURCE_DATE_EPOCH
33
34 cd $srcdir/suite3270-${pkgver:0:3}
35 ./configure --enable-unix --enable-c3270 --prefix=/usr --bindir=/usr/bin --sysconfdir=/etc --with-fontdir=/usr/share/fonts/3270
36 make -j$(grep processor -c /proc/cpuinfo) all || return 1
37}
38
39package() {
40 cd $srcdir/suite3270-${pkgver:0:3}
41 make DESTDIR=$pkgdir/ install || return 1
42 make DESTDIR=$pkgdir/ install.man || return 1
43
44 chmod 644 $pkgdir/etc/x3270/ibm_hosts
45
46 mkdir $pkgdir/usr/share/applications
47 mkdir $pkgdir/usr/share/pixmaps
48 install -m644 $srcdir/x3270.desktop $pkgdir/usr/share/applications/
49 install -m644 $srcdir/suite3270-${pkgver:0:3}/Common/x3270-icon2.xpm $pkgdir/usr/share/pixmaps/
50}
51

Scan history

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

Report a package

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

0 / 4000
Your suggestion