cnijfilter-ip7200
maintainer orphaned
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from Canon's official gdlp01.c-wss.com domain, which hosts legitimate driver sources; building from source is normal for AUR packages, and the host, while not a common CDN, is plausibly Canon's official distribution point.
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 Canon's official gdlp01.c-wss.com domain, which hosts legitimate driver sources; building from source is normal for AUR packages, and the host, while not a common CDN, is plausibly Canon's official distribution point.
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:22
source=('http://gdlp01.c-wss.com/gds/3/0100004693/01/cnijfilter-source-3.80-1.tar.gz' 'all.patch')
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: SpineEyE <name+aur@gmail.com>
2
# Contributor: Samy Sadi <samy.sadi.contact@gmail.com>
3
# PKGBUILD based on: Bernhard Landauer <oberon@manjaro.org>
4
# PKGBUILD based on: Robert Mihaly <robb.mihaly@gmail.com>
5
# PKGBUILD based on: Gary Ayre <catchfire@gmail.com>
6
# PKGBUILD based on: Eric Le Bras <eric.lebras@gmail.com>
7
8
_printername="ip7200"
9
_printercode=406
10
pkgname=("cnijfilter-${_printername}")
11
pkgver=3.80
12
pkgrel=2
13
_pkgrelsources=1
14
pkgdesc="Canon ${_printername} series printer driver (built from sources)"
15
arch=('x86_64')
16
url='https://en.canon-cna.com/support/consumer_products/products/printers/inkjet/pixma_ip_series/pixma_ip7240.aspx'
17
license=('GPL2' 'LGPL2' 'custom')
18
depends=('libglade' 'cups' 'ghostscript')
19
makedepends=('autoconf>=2.13' 'automake>=1.6' 'tar' 'make' 'gcc')
20
conflicts=('cnijfilter-common' 'cnijfilter-common-i386' 'canon-pixma-ip7200-printer')
21
install='cnijfilter.install'
22
source=('http://gdlp01.c-wss.com/gds/3/0100004693/01/cnijfilter-source-3.80-1.tar.gz' 'all.patch')
23
sha256sums=('8b6d408f18191f19465ee8fc31aa08455e8bec186fdd3f02ee822f53a9b086a9' 'a3910d272d7525a1af586ad2965c64b85d0f9634fb2f2ab812a4f7f1dff418e3')
24
25
package() {
26
dirs="libs cngpij cngpijmnt cngpijmon ppd pstocanonij backend backendnet cnijfilter lgmon cngpijmon/cnijnpr maintenance"
27
28
patch -Np0 -i $srcdir/all.patch || return 1
29
30
for dir in $dirs; do
31
cd "${srcdir}/cnijfilter-source-${pkgver}-${_pkgrelsources}/$dir"
32
./autogen.sh --prefix=/usr --program-suffix=${_printername} --enable-libpath=/usr/lib/bjlib --enable-binpath=/usr/bin --enable-progpath=/usr/bin || return 1
33
make clean
34
make || return 1
35
make install DESTDIR=${pkgdir} || return 1
36
done;
37
38
cd ${srcdir}/cnijfilter-source-${pkgver}-${_pkgrelsources}
39
install -d ${pkgdir}/usr/lib/bjlib
40
install -m 755 ${_printercode}/database/* ${pkgdir}/usr/lib/bjlib
41
install -s -m 755 ${_printercode}/libs_bin64/*.so.* ${pkgdir}/usr/lib
42
cp -a ${_printercode}/libs_bin64/*.so ${pkgdir}/usr/lib
43
install -D LICENSE-cnijfilter-${pkgver}EN.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-cnijfilter-${pkgver}EN.txt
44
install -d ${pkgdir}/etc/udev/rules.d
45
install -m 755 com/etc/81-canonij_prn.rules ${pkgdir}/etc/udev/rules.d/81-canonij_prn.rules
46
install -m 644 com/ini/cnnet.ini ${pkgdir}/usr/lib/bjlib/cnnet.ini
47
48
ln -s /usr/lib/cups/filter/pstocanonij${_printername} ${pkgdir}/usr/lib/cups/filter/pstocanonij
49
chown -R root:root ${pkgdir}/usr/
50
}
51
52
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 |