dell-e310dw

maintainer joern · 1 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads a driver from Dell's official downloads domain, which is a plausible and trusted source for firmware; the non-whitelisted host is a false positive, and the build process only extracts and installs official driver files.

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 driver from Dell's official downloads domain, which is a plausible and trusted source for firmware; the non-whitelisted host is a false positive, and the build process only extracts and installs official driver files.

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:15 'https://downloads.dell.com/FOLDER03004762M/1/Printer_E310dw_Driver_Dell_A00_LINUX.zip')

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Joern Trefke <joern [at] trefke [dot] com>
2
3pkgname='dell-e310dw'
4pkgver='3.2.0'
5pkgrel='2'
6pkgdesc='CUPS driver for the Dell Laser Printer E310dw'
7arch=('i686' 'x86_64')
8url='http://www.dell.com/support/home/us/en/04/product-support/product/dell-e310dw-printer/drivers?os=es11'
9license=('GPL' 'unknown')
10depends=('perl' 'cups' 'psutils')
11depends_x86_64=('lib32-glibc')
12makedepends=()
13options=('emptydirs')
14source=('dell_lpdwrapper_E310dw.patch'
15 'https://downloads.dell.com/FOLDER03004762M/1/Printer_E310dw_Driver_Dell_A00_LINUX.zip')
16md5sums=('52e489ab76b36340d41c4141b04da6e7'
17 '1a87209cfcccb9202c078c77d05a8ec2')
18
19
20prepare() {
21 cd "$srcdir"
22 bsdtar -xf ./E310-Linux/e310dwcupswrapper-3.2.0-1.i386.rpm
23 bsdtar -xf ./E310-Linux/e310dwlpr-3.2.0-1.i386.rpm
24
25 cd "$srcdir/opt" || return 1
26 patch -p1 < "$srcdir/dell_lpdwrapper_E310dw.patch"
27
28 cd "$srcdir"
29 mv "$srcdir/opt/dell/Printers/E310dw/cupswrapper/dell-E310dw-cups-en.ppd" "$srcdir/E310dw.ppd"
30 mv "$srcdir/opt/dell/Printers/E310dw/cupswrapper/dell_lpdwrapper_E310dw" "$srcdir/dell_lpdwrapper_E310dw"
31
32 echo "/usr/share/dell/E310dw/lpd/brprintconflsr3 -P E310dw" '$''*' >> "brprintconflsr3_E310dw"
33}
34
35package() {
36 mkdir -p "$pkgdir/usr/bin"
37 mkdir -p "$pkgdir/usr/share/dell"
38
39 cp -R "$srcdir/opt/dell/Printers/E310dw" "$pkgdir/usr/share/dell/"
40
41 rm "$pkgdir/usr/share/dell/E310dw/inf/setupPrintcap"
42
43 install -m 755 -D "brprintconflsr3_E310dw" "$pkgdir/usr/bin"
44 install -m 644 -D "E310dw.ppd" "$pkgdir/usr/share/cups/model/E310dw.ppd"
45 install -m 755 -D "dell_lpdwrapper_E310dw" "$pkgdir/usr/lib/cups/filter/dell_lpdwrapper_E310dw"
46}
47

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