cnijfilter2-mg7700
maintainer xiota
· 10 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 hosts legitimate driver packages; despite the non-whitelisted host, this is a standard practice for Canon drivers and the checksum is verified, making it low risk.
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 hosts legitimate driver packages; despite the non-whitelisted host, this is a standard practice for Canon drivers and the checksum is verified, making it low risk.
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:24
source=("https://gdlp01.c-wss.com/gds/2/0100006902/01/$_filename-deb.$_pkgext")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer:
2
# Contributor: m4dz <code(at)m4dz(dot)net>
3
4
_pkgname="cnijfilter2-mg7700"
5
pkgname="$_pkgname"
6
pkgver=5.20
7
_deb_pkgrel=1
8
pkgrel=3
9
pkgdesc='Canon InkJet Printer Driver (PIXMA MG3640, MG3650, MG5740, MG5750, MG6840, MG6850, MG7740, MG7750)'
10
url='https://th.canon/en/support/0100690202'
11
arch=('i686' 'x86_64')
12
license=('LicenseRef-Canon')
13
14
depends=(
15
'cups'
16
'ghostscript'
17
'libxml2'
18
)
19
20
provides=("cnijfilter2=$pkgver")
21
22
_filename="cnijfilter2-$pkgver-$_deb_pkgrel"
23
_pkgext="tar.gz"
24
source=("https://gdlp01.c-wss.com/gds/2/0100006902/01/$_filename-deb.$_pkgext")
25
sha256sums=('bec7bb37ce410ea1418a52526f9f7c0e0626979819ce6f7992ef245b37da7dd3')
26
27
prepare() {
28
local _pkgarch=$(echo -n "${CARCH}" | sed 's/x86_/amd/' | sed 's/i6/i3/')
29
local _debdir="${_filename}-deb/packages"
30
31
ar -x "${_debdir}/${_filename/-/_}_${_pkgarch}.deb" "data.tar.gz"
32
bsdtar -xzf data.tar.gz
33
}
34
35
package() {
36
cp --reflink=auto -r usr "$pkgdir"
37
38
install -dm755 "$pkgdir/usr/share/licenses/$pkgname"
39
mv "$pkgdir/usr/share/doc/cnijfilter2"/LICENSE* "$pkgdir/usr/share/licenses/$pkgname/"
40
}
41
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 |