dell-e310dw
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
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)
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# Maintainer: Joern Trefke <joern [at] trefke [dot] com>
pkgname='dell-e310dw'
pkgver='3.2.0'
pkgrel='2'
pkgdesc='CUPS driver for the Dell Laser Printer E310dw'
arch=('i686' 'x86_64')
url='http://www.dell.com/support/home/us/en/04/product-support/product/dell-e310dw-printer/drivers?os=es11'
license=('GPL' 'unknown')
depends=('perl' 'cups' 'psutils')
depends_x86_64=('lib32-glibc')
makedepends=()
options=('emptydirs')
source=('dell_lpdwrapper_E310dw.patch'
'https://downloads.dell.com/FOLDER03004762M/1/Printer_E310dw_Driver_Dell_A00_LINUX.zip')
md5sums=('52e489ab76b36340d41c4141b04da6e7'
'1a87209cfcccb9202c078c77d05a8ec2')
prepare() {
cd "$srcdir"
bsdtar -xf ./E310-Linux/e310dwcupswrapper-3.2.0-1.i386.rpm
bsdtar -xf ./E310-Linux/e310dwlpr-3.2.0-1.i386.rpm
cd "$srcdir/opt" || return 1
patch -p1 < "$srcdir/dell_lpdwrapper_E310dw.patch"
cd "$srcdir"
mv "$srcdir/opt/dell/Printers/E310dw/cupswrapper/dell-E310dw-cups-en.ppd" "$srcdir/E310dw.ppd"
mv "$srcdir/opt/dell/Printers/E310dw/cupswrapper/dell_lpdwrapper_E310dw" "$srcdir/dell_lpdwrapper_E310dw"
echo "/usr/share/dell/E310dw/lpd/brprintconflsr3 -P E310dw" '$''*' >> "brprintconflsr3_E310dw"
}
package() {
mkdir -p "$pkgdir/usr/bin"
mkdir -p "$pkgdir/usr/share/dell"
cp -R "$srcdir/opt/dell/Printers/E310dw" "$pkgdir/usr/share/dell/"
rm "$pkgdir/usr/share/dell/E310dw/inf/setupPrintcap"
install -m 755 -D "brprintconflsr3_E310dw" "$pkgdir/usr/bin"
install -m 644 -D "E310dw.ppd" "$pkgdir/usr/share/cups/model/E310dw.ppd"
install -m 755 -D "dell_lpdwrapper_E310dw" "$pkgdir/usr/lib/cups/filter/dell_lpdwrapper_E310dw"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |