drbd-dkms
maintainer doclai
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a legitimate DRBD kernel module tarball from linbit.gateway.scarf.sh, which is Linbit's official distribution endpoint; despite the non-standard host, this is a normal build of official source code with verifiable checksums, posing no active threat.
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 legitimate DRBD kernel module tarball from linbit.gateway.scarf.sh, which is Linbit's official distribution endpoint; despite the non-standard host, this is a normal build of official source code with verifiable checksums, posing no active threat.
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
source=("https://linbit.gateway.scarf.sh//downloads/drbd/9/drbd-${pkgver}.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: doclai <toi@doclai.com>
2
3
_pkgbase="drbd"
4
pkgname="drbd-dkms"
5
pkgdesc="Kernel module for Distributed Replicated Block Device."
6
pkgver=9.2.10
7
pkgrel=1
8
license=('GPL2')
9
makedepends=("git")
10
depends=("dkms" "drbd-utils>=9.3.1")
11
provides=("drbd")
12
conflicts=("drbd" "drbd-dkms")
13
arch=("x86_64")
14
source=("https://linbit.gateway.scarf.sh//downloads/drbd/9/drbd-${pkgver}.tar.gz"
15
"dkms.conf")
16
sha256sums=("9d70b9930763a67800a894d25a9cc1d442fe7a2a9a3984831a7ddca341ecb988"
17
"1035849ccc4e50b2edd86a5e12d5b79bd8f92cb898d063fdc82c877436d56261")
18
19
build() {
20
cd "${srcdir}/drbd-${pkgver}"
21
22
make
23
}
24
25
package() {
26
dkmsdir="${pkgdir}/usr/src/drbd-${pkgver%%_*}"
27
install -d "${dkmsdir}"
28
cp -a ${srcdir}/drbd-${pkgver}/. ${dkmsdir}
29
30
# Copy dkms.conf
31
install -Dm644 dkms.conf ${dkmsdir}/dkms.conf
32
33
# Set name and version
34
sed -e "s/@_PKGBASE@/${_pkgbase}/" \
35
-e "s/@PKGVER@/${pkgver}/" \
36
-i ${dkmsdir}/dkms.conf
37
38
cd ${dkmsdir}
39
make clean
40
make distclean
41
find . -name ".git*" -print0 | xargs -0 rm -fr --
42
}
43
44
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 |