osmo-python-tests
MEDIUM
maintainer fixeria
0 votes
scanned 2026-08-24 15:23:42.374088
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=("git+https://gitea.osmocom.org/cellular-infrastructure/osmo-python-tests.git#tag=${pkgver}")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Vadim Yanitskiy <fixeria@osmocom.org>
2
3
pkgname=osmo-python-tests
4
pkgver=0.4.0
5
pkgrel=1
6
pkgdesc='Osmocom tools for testing VTY/CTRL interfaces'
7
url='https://gitea.osmocom.org/cellular-infrastructure/osmo-python-tests'
8
license=('GPL-2.0-or-later AND AGPL-3.0-or-later')
9
arch=('any')
10
depends=('python')
11
optdepends=('python-aiohttp: osmo_trap2cgi.py')
12
makedepends=('git'
13
'python-build'
14
'python-installer'
15
'python-setuptools')
16
source=("git+https://gitea.osmocom.org/cellular-infrastructure/osmo-python-tests.git#tag=${pkgver}")
17
sha256sums=('SKIP')
18
19
build() {
20
cd "${pkgname}"
21
python -m build --wheel --no-isolation
22
}
23
24
package() {
25
cd "${pkgname}"
26
python -m installer --destdir="$pkgdir" dist/*.whl
27
}
28
29
# vim:set ts=2 sw=2 et:
30
Changes since previous scan
--- PKGBUILD @ 2026-06-19 19:07+++ PKGBUILD @ 2026-08-24 15:23@@ -1,14 +1,18 @@ # Maintainer: Vadim Yanitskiy <fixeria@osmocom.org> pkgname=osmo-python-tests-pkgver=0.3.0-pkgrel=3+pkgver=0.4.0+pkgrel=1 pkgdesc='Osmocom tools for testing VTY/CTRL interfaces' url='https://gitea.osmocom.org/cellular-infrastructure/osmo-python-tests' license=('GPL-2.0-or-later AND AGPL-3.0-or-later') arch=('any') depends=('python')-makedepends=('git' 'python-build' 'python-installer' 'python-wheel')+optdepends=('python-aiohttp: osmo_trap2cgi.py')+makedepends=('git'+ 'python-build'+ 'python-installer'+ 'python-setuptools') source=("git+https://gitea.osmocom.org/cellular-infrastructure/osmo-python-tests.git#tag=${pkgver}") sha256sums=('SKIP') Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-24 15:23:42 | Medium | 1 |
| 2026-06-19 19:07:35 | Clean | 2 |
| 2026-06-18 16:11:54 | Medium | 1 |