cnijfilter-common-mg2500

maintainer oberon2007 · 2 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads a source tarball from Canon's official gdlp01.c-wss.com domain, which is plausibly Canon's own distribution infrastructure; despite the static analyzer flag for a non-whitelisted host, this is a normal source for Canon printer drivers and the contents are verified via md5sum.

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 downloads a source tarball from Canon's official gdlp01.c-wss.com domain, which is plausibly Canon's own distribution infrastructure; despite the static analyzer flag for a non-whitelisted host, this is a normal source for Canon printer drivers and the contents are verified via md5sum.

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:12 source=("http://gdlp01.c-wss.com/gds/1/0100005501/01/cnijfilter-mg2500series-$pkgver-$pkgrel-rpm.tar.gz")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Bernhard Landauer <oberon@manjaro.org>
2# Maintainer: Daniel Sandman <revoltism@gmail.com>
3
4pkgname=cnijfilter-common-mg2500
5pkgver=4.00
6pkgrel=1
7pkgdesc="Canon IJ Printer Driver (common package)"
8arch=('i686' 'x86_64')
9url="http://support-ph.canon-asia.com/contents/PH/EN/0100466201.html"
10license=('unknown')
11depends=('cups' 'popt' 'libxml2' 'gtk2' 'libtiff' 'libpng')
12source=("http://gdlp01.c-wss.com/gds/1/0100005501/01/cnijfilter-mg2500series-$pkgver-$pkgrel-rpm.tar.gz")
13md5sums=('37fd638ae176fad74fd656f6cb719ead')
14
15build() {
16 if [ "${CARCH}" = 'x86_64' ]; then
17 rpmfile=$(find "$srcdir" -name "cnijfilter-common-$pkgver*${CARCH}*.rpm")
18 elif [ "${CARCH}" = 'i686' ]; then
19 rpmfile=$(find "$srcdir" -name "cnijfilter-common-$pkgver*i386*.rpm")
20 fi
21
22 bsdtar -xf $rpmfile
23
24 mv usr/local/share/locale/ja/LC_MESSAGES/cnijlgmon2.mo usr/local/share/locale/ja/LC_MESSAGES/cnijlgmon2_ja.mo
25 mv usr/local/share/locale/zh/LC_MESSAGES/cnijlgmon2.mo usr/local/share/locale/zh/LC_MESSAGES/cnijlgmon2_zh.mo
26 mv usr/local/share/locale/fr/LC_MESSAGES/cnijlgmon2.mo usr/local/share/locale/fr/LC_MESSAGES/cnijlgmon2_fr.mo
27 mv usr/local/share/locale/de/LC_MESSAGES/cnijlgmon2.mo usr/local/share/locale/de/LC_MESSAGES/cnijlgmon2_de.mo
28
29 find . -type f -exec mv --backup=numbered -t . {} +
30
31}
32
33package() {
34 cd ${srcdir}
35
36 install -Dm644 81-canonij_prn.rules "${pkgdir}/etc/udev/rules.d/81-canonij_prn.rules"
37
38 install -Dm644 cnb_cnijlgmon2.res "${pkgdir}/usr/share/cnijlgmon2_mg2500/cnb_cnijlgmon2.res"
39 install -Dm644 nozzlecheck.utl "${pkgdir}/usr/share/cmdtocanonij_mg2500/nozzlecheck.utl"
40 install -Dm644 cleaning.utl "${pkgdir}/usr/share/cmdtocanonij_mg2500/cleaning.utl"
41 install -Dm644 autoalign.utl "${pkgdir}/usr/share/cmdtocanonij_mg2500/autoalign.utl"
42
43 install -Dm644 cnijlgmon2 "${pkgdir}/usr/bin/cnijlgmon2"
44 install -Dm644 cnijnetprn "${pkgdir}/usr/bin/cnijnetprn"
45 install -Dm644 cngpij "${pkgdir}/usr/bin/cngpij"
46 install -Dm644 cnijnpr "${pkgdir}/usr/bin/cnijnpr"
47 install -Dm644 cngpijmnt "${pkgdir}/usr/bin/cngpijmnt"
48
49 install -Dm644 cmdtocanonij "${pkgdir}/usr/lib/cups/filter/cmdtocanonij"
50 install -Dm644 pstocanonij "${pkgdir}/usr/lib/cups/filter/pstocanonij"
51 install -Dm644 cnijnet "${pkgdir}/usr/lib/cups/backend/cnijnet"
52 install -Dm644 cnijbe "${pkgdir}/usr/lib/cups/backend/cnijbe"
53 install -Dm644 cnijusb "${pkgdir}/usr/lib/cups/backend/cnijusb"
54 install -Dm644 libcnbpcnclapicom.so.4.0.0 "${pkgdir}/usr/lib/libcnbpcnclapicom.so.4.0.0"
55 install -Dm644 libcnnet.so.1.2.2 "${pkgdir}/usr/lib/libcnnet.so.1.2.2"
56 install -Dm644 cnnet.ini "${pkgdir}/usr/lib/bjlib/cnnet.ini"
57
58 install -Dm644 LICENSE-cnijfilter-4.00FR.txt "${pkgdir}/usr/share/doc/cnijfilter-common-4.00/LICENSE-cnijfilter-4.00FR.txt"
59 install -Dm644 LICENSE-cnijfilter-4.00SC.txt "${pkgdir}/usr/share/doc/cnijfilter-common-4.00/LICENSE-cnijfilter-4.00SC.txt"
60 install -Dm644 LICENSE-cnijfilter-4.00EN.txt "${pkgdir}/usr/share/doc/cnijfilter-common-4.00/LICENSE-cnijfilter-4.00EN.txt"
61 install -Dm644 LICENSE-cnijfilter-4.00JP.txt "${pkgdir}/usr/share/doc/cnijfilter-common-4.00/LICENSE-cnijfilter-4.00JP.txt"
62
63 install -Dm644 cnijlgmon2_ja.mo "${pkgdir}/usr/share/locale/ja/LC_MESSAGES/cnijlgmon2.mo"
64 install -Dm644 cnijlgmon2_fr.mo "${pkgdir}/usr/share/locale/fr/LC_MESSAGES/cnijlgmon2.mo"
65 install -Dm644 cnijlgmon2_zh.mo "${pkgdir}/usr/share/locale/zh/LC_MESSAGES/cnijlgmon2.mo"
66 install -Dm644 cnijlgmon2_de.mo "${pkgdir}/usr/share/locale/de/LC_MESSAGES/cnijlgmon2.mo"
67
68}
69

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