osmo-python-tests

MEDIUM
maintainer fixeria 0 votes scanned 2026-08-24 15:23:42.374088
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=("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
3pkgname=osmo-python-tests
4pkgver=0.4.0
5pkgrel=1
6pkgdesc='Osmocom tools for testing VTY/CTRL interfaces'
7url='https://gitea.osmocom.org/cellular-infrastructure/osmo-python-tests'
8license=('GPL-2.0-or-later AND AGPL-3.0-or-later')
9arch=('any')
10depends=('python')
11optdepends=('python-aiohttp: osmo_trap2cgi.py')
12makedepends=('git'
13 'python-build'
14 'python-installer'
15 'python-setuptools')
16source=("git+https://gitea.osmocom.org/cellular-infrastructure/osmo-python-tests.git#tag=${pkgver}")
17sha256sums=('SKIP')
18
19build() {
20 cd "${pkgname}"
21 python -m build --wheel --no-isolation
22}
23
24package() {
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)SeverityRules
2026-08-24 15:23:42 Medium 1
2026-06-19 19:07:35 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