canon-pixma-ip7200-printer
maintainer JohnyPea
· 3 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a Canon driver from a plausible Canon-owned download domain used for official firmware; despite the non-whitelisted host, it is a standard practice for printer drivers and the package builds from official vendor sources without executing untrusted code.
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 Canon driver from a plausible Canon-owned download domain used for official firmware; despite the non-whitelisted host, it is a standard practice for printer drivers and the package builds from official vendor sources without executing untrusted code.
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:17
source=("cnijfilter-ip7200series-${pkgver}-${pkgrel}-deb.tar.gz::http://pdisp01.c-wss.com/gdl/WWUFORedirectTarget.do?id=MDEwMDAwNDY1NTAx"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Dzon Kosto <johnypean at gmail dot com>
2
3
# Based on PKGBUILD from https://aur.archlinux.org/packages/canon-pixma-mg6300-complete
4
5
pkgname=canon-pixma-ip7200-printer
6
pkgver=3.80
7
pkgrel=1
8
pkgdesc="Complete stand alone driver for Canon Pixma IP7200 series"
9
url='http://www.canon-europe.com/printers/inkjet/pixma/pixma_ip7250/'
10
arch=('i686' 'x86_64')
11
license=('custom')
12
install="${pkgname}.install"
13
depends_x86_64=('lib32-popt' 'lib32-libpng12' 'lib32-libusb-compat' 'lib32-libtiff4' 'lib32-libxml2' 'lib32-gtk2')
14
depends_i686=('popt' 'libpng12' 'libusb-compat' 'libtiff4' 'libxml2' 'gtk2')
15
16
makedepends=('deb2targz' 'sed')
17
source=("cnijfilter-ip7200series-${pkgver}-${pkgrel}-deb.tar.gz::http://pdisp01.c-wss.com/gdl/WWUFORedirectTarget.do?id=MDEwMDAwNDY1NTAx"
18
"${pkgname}.license")
19
md5sums=('02724e8cd782545257ce3416aee65c72'
20
'd8faf0e75ee3d1989eed39d55cb3e8fb')
21
22
_printDrvSrc="cnijfilter-ip7200series-${pkgver}-${pkgrel}-deb"
23
24
_printDrvDebCommon="cnijfilter-common_${pkgver}-${pkgrel}_i386"
25
_printDrvDebMain="cnijfilter-ip7200series_${pkgver}-${pkgrel}_i386"
26
27
_ppdFile="canonip7200.ppd"
28
29
build(){
30
cd ${srcdir}
31
32
# Unpack driver source files
33
34
tar xvzf ${_printDrvSrc}.tar.gz
35
36
rm -v *.tar.gz
37
}
38
39
package(){
40
cd ${pkgdir}
41
42
# Unpack debian installer files
43
44
cp "${srcdir}/${_printDrvSrc}/packages/${_printDrvDebCommon}.deb" .
45
cp "${srcdir}/${_printDrvSrc}/packages/${_printDrvDebMain}.deb" .
46
47
deb2targz "${_printDrvDebCommon}.deb"
48
deb2targz "${_printDrvDebMain}.deb"
49
50
rm -v *.deb
51
52
tar xzvf "${_printDrvDebCommon}.tar.gz"
53
tar xzvf "${_printDrvDebMain}.tar.gz"
54
55
rm -v *.tar.gz
56
57
# Move ppd file to where cups expects
58
59
install -vDm 644 "${pkgdir}/usr/share/ppd/${_ppdFile}" "${pkgdir}/usr/share/cups/model/${_ppdFile}"
60
61
rm -vrf ${pkgdir}/usr/share/ppd
62
63
# Install custom license file
64
65
install -vDm 644 "${srcdir}/${pkgname}.license" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
66
67
}
68
69
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 |