dput
maintainer javmorin
· 18 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a standard Debian package archive URL, which is a legitimate and expected source for this Debian tool; the host, while not whitelisted, is a known and plausible upstream provider, and the tarball has a verified checksum.
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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a standard Debian package archive URL, which is a legitimate and expected source for this Debian tool; the host, while not whitelisted, is a known and plausible upstream provider, and the tarball has a verified checksum.
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:14
http://http.debian.net/debian/pool/main/d/${pkgname}/${pkgname}_${pkgver}.tar.xz
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Mike Javorski <mike dot javorski at gmail dot com>
2
# Contributor: Jan Dolinar <dolik.rce@gmail.com>
3
# Contributor: Andre Klitzing <andre () incubo () de>
4
pkgname=dput
5
pkgver=1.2.4
6
pkgrel=1
7
pkgdesc="Debian package upload tool"
8
arch=('any')
9
url="http://packages.qa.debian.org/dput"
10
license=('GPL')
11
makedepends=('python-setuptools')
12
depends=('python' 'python-debian' 'python-gpgme' 'python-pyxdg')
13
source=(
14
http://http.debian.net/debian/pool/main/d/${pkgname}/${pkgname}_${pkgver}.tar.xz
15
pyxdg-compatibility.patch
16
)
17
sha256sums=('d562979c27bb879fe98caa513d103ae54d2975020bd2abb1e91d6513b9f1b3ae'
18
'a6d350af5eba4cf5b5d3cd9e784a77f0a7b3b5fcdacd304245713c1a85540abf')
19
20
prepare() {
21
cd "$pkgname-$pkgver"
22
23
patch -p1 -i "$srcdir/pyxdg-compatibility.patch"
24
}
25
26
build() {
27
cd "$pkgname-$pkgver"
28
29
python setup.py build
30
}
31
32
package() {
33
cd "$pkgname-$pkgver"
34
35
python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
36
37
mv ${pkgdir}/usr/bin/{execute-,}dput
38
mv ${pkgdir}/usr/bin/{execute-,}dcut
39
40
install -d "${pkgdir}/etc/"
41
install -m644 dput.cf "${pkgdir}/etc/"
42
43
# completion
44
install -d "${pkgdir}/usr/share/bash-completion/completions/"
45
for bc in dput dcut; do
46
install -m644 bash-completion/${bc}.bash "${pkgdir}/usr/share/bash-completion/completions/$bc"
47
done
48
49
# docs
50
install -d "${pkgdir}/usr/share/doc/${pkgname}"
51
install -m644 README TODO doc/FAQ doc/THANKS "${pkgdir}/usr/share/doc/${pkgname}"
52
53
# man pages
54
cd doc/man
55
for file in $(find . -name '*.1' -print); do
56
install -Dm644 $file "${pkgdir}"/usr/share/man/man1/$file
57
done
58
for file in $(find . -name '*.5' -print); do
59
install -Dm644 $file "${pkgdir}"/usr/share/man/man5/$file
60
done
61
}
62
Changes since previous scan
--- PKGBUILD @ 2026-06-20 00:18+++ PKGBUILD @ 2026-08-03 00:08@@ -2,7 +2,7 @@ # Contributor: Jan Dolinar <dolik.rce@gmail.com> # Contributor: Andre Klitzing <andre () incubo () de> pkgname=dput-pkgver=1.1.3+pkgver=1.2.4 pkgrel=1 pkgdesc="Debian package upload tool" arch=('any')@@ -14,7 +14,7 @@ http://http.debian.net/debian/pool/main/d/${pkgname}/${pkgname}_${pkgver}.tar.xz pyxdg-compatibility.patch )-sha256sums=('ef92187cc843b9703b4fb94b5c06a31399ff714ba7ebbcc637358757613fede2'+sha256sums=('d562979c27bb879fe98caa513d103ae54d2975020bd2abb1e91d6513b9f1b3ae' 'a6d350af5eba4cf5b5d3cd9e784a77f0a7b3b5fcdacd304245713c1a85540abf') prepare() {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 19:21:42 | MEDIUM | 1 |
| 2026-06-20 00:18:46 | MEDIUM | 1 |
| 2026-06-19 23:51:18 | CLEAN | 2 |
| 2026-06-19 19:07:35 | LOW | 2 |
| 2026-06-18 16:11:54 | MEDIUM | 1 |