veeamblksnap-6-dkms
maintainer ypomortsev
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a source RPM from Veeam's official repository, which is a legitimate and expected source for this software; the host is not whitelisted but is plausibly official, and the checksums are provided and valid, making this a normal DKMS package building from official vendor sources.
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 source RPM from Veeam's official repository, which is a legitimate and expected source for this software; the host is not whitelisted but is plausibly official, and the checksums are provided and valid, making this a normal DKMS package building from official vendor sources.
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:16
source=("https://repository.veeam.com/backup/linux/agent/rpm/el/10/x86_64/blksnap-${pkgver}-1.noarch.rpm"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Yegor Pomortsev <yegor@pomortsev.com>
2
# Contributor: krnlsoft <krnlsoft 4t hotmail d0t it>
3
4
_pkgbase=blksnap
5
_pkgname_nover=veeam${_pkgbase}
6
_pkgname=veeam${_pkgbase}-6
7
pkgname=${_pkgname}-dkms
8
pkgver=6.3.2.1307
9
pkgrel=1
10
pkgdesc="Veeam Agent for Linux kernel modules (v6, DKMS)"
11
arch=(x86_64)
12
url=https://www.veeam.com/products/downloads.html
13
license=(LicenseRef-GPL-2.0)
14
depends=(dkms)
15
conflicts=("${_pkgbase}" "veeam${_pkgbase}-dkms")
16
source=("https://repository.veeam.com/backup/linux/agent/rpm/el/10/x86_64/blksnap-${pkgver}-1.noarch.rpm"
17
'dkms.conf'
18
'kernel-6.15.patch')
19
sha256sums=('72574673319914083087725af1c99aca1e7d363c993ac0332d01192c2e0f27e8'
20
'21a182149740160df2d3475fad4142a08d8fc850e0234d32922472f7e4aa66fc'
21
'a2b87570a72e1f965414825ef4256f0721f57b1dd430f4410bb9dcc8029ac930')
22
23
prepare() {
24
patch -d "${srcdir}/usr/src/${_pkgbase}-${pkgver}" -p1 -i "${srcdir}/kernel-6.15.patch"
25
}
26
27
package() {
28
local target="${pkgdir}/usr/src/${_pkgname_nover}-${pkgver}"
29
mkdir -p "${target}"
30
31
# Copy sources (including Makefile)
32
cp -r "${srcdir}/usr/src/${_pkgbase}-${pkgver}/." "${target}/"
33
34
# Copy dkms.conf
35
install -Dm644 dkms.conf "${target}/dkms.conf"
36
37
# Set name and version
38
sed -e "s/@_PKGBASE@/${_pkgname_nover}/" \
39
-e "s/@PKGVER@/${pkgver}/" \
40
-i "${target}/dkms.conf"
41
}
42
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 |