mnt-reform-lpc-dkms

MEDIUM
maintainer stephano 3 votes scanned 2026-08-24 01:21:42.645556
View on AUR
Why flagged

One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).

Triggered rules

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=("reform-tools::git+https://source.mnt.re/reform/reform-tools.git#tag=${pkgver}")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Stephano Cetola <stephano@cetola.net>
2# SPDX-License-Identifier: MIT
3
4pkgname=mnt-reform-lpc-dkms
5_pkgbase=reform2_lpc
6pkgver=1.88
7pkgrel=1
8pkgdesc='DKMS module for the MNT Reform LPC11U24 system controller'
9arch=('aarch64' 'x86_64')
10url='https://source.mnt.re/reform/reform-tools'
11license=('GPL-2.0-only')
12depends=('dkms')
13makedepends=('git')
14provides=('mnt-reform-lpc')
15conflicts=('mnt-reform-lpc')
16source=("reform-tools::git+https://source.mnt.re/reform/reform-tools.git#tag=${pkgver}")
17sha256sums=('SKIP')
18
19package() {
20 local _srcdir="${pkgdir}/usr/src/${_pkgbase}-${pkgver}"
21
22 install -d "${_srcdir}"
23 install -Dm644 "${srcdir}/reform-tools/lpc/Makefile" "${_srcdir}/Makefile"
24 install -Dm644 "${srcdir}/reform-tools/lpc/reform2_lpc.c" "${_srcdir}/reform2_lpc.c"
25
26 cat > "${_srcdir}/dkms.conf" <<EOF_DKMS
27PACKAGE_NAME="${_pkgbase}"
28PACKAGE_VERSION="${pkgver}"
29BUILT_MODULE_NAME[0]="reform2_lpc"
30BUILT_MODULE_LOCATION[0]="."
31DEST_MODULE_LOCATION[0]="/updates/dkms"
32MAKE[0]="make KERNEL_DIR=/lib/modules/\${kernelver}/build"
33AUTOINSTALL="yes"
34EOF_DKMS
35}
36

Changes since previous scan

--- PKGBUILD @ 2026-06-19 19:07
+++ PKGBUILD @ 2026-08-24 01:21
@@ -3,7 +3,7 @@
pkgname=mnt-reform-lpc-dkms
_pkgbase=reform2_lpc
-pkgver=1.87
+pkgver=1.88
pkgrel=1
pkgdesc='DKMS module for the MNT Reform LPC11U24 system controller'
arch=('aarch64' 'x86_64')

Scan history

Scanned at (UTC)SeverityRules
2026-08-24 01:21:42 Medium 1
2026-06-19 19:07:35 Clean 2
2026-06-18 18:55:24 Clean 2
2026-06-18 16:11:54 Medium 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion