stilts
MEDIUM
maintainer saimn
0 votes
scanned 2026-08-24 09:22:42.972537
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:12
source=("stilts-${pkgver}.jar::https://www.star.bristol.ac.uk/mbt/releases/stilts/v${_pkgver}/stilts.jar"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Simon Conseil <contact+aur at saimon dot org>
2
pkgname=stilts
3
pkgver=3.5.6
4
_pkgver=3.5-6
5
pkgrel=1
6
pkgdesc="Starlink Tables Infrastructure Library Tool Set"
7
arch=('any')
8
url="https://www.star.bristol.ac.uk/mbt/stilts/"
9
depends=('java-runtime' 'sh')
10
license=('GPL')
11
noextract=('stilts.jar')
12
source=("stilts-${pkgver}.jar::https://www.star.bristol.ac.uk/mbt/releases/stilts/v${_pkgver}/stilts.jar"
13
"stilts" "stilts4.gif")
14
md5sums=('6e210f53b13a35160b540ada546fd880'
15
'4f7dd76969e791b934cfd8eb59822bf2'
16
'574cb973184b3b7562f84c3e171244dd')
17
18
package() {
19
cd "$srcdir"
20
mkdir -p "$pkgdir/usr/share/java"
21
mkdir -p "$pkgdir/usr/bin"
22
mkdir -p "$pkgdir/usr/share/pixmaps"
23
install -m644 "$srcdir"/stilts-${pkgver}.jar "$pkgdir"/usr/share/java/stilts.jar
24
install -m755 "$srcdir"/stilts "$pkgdir"/usr/bin/stilts
25
install -m755 "$srcdir"/stilts4.gif "$pkgdir"/usr/share/pixmaps
26
}
27
Changes since previous scan
--- PKGBUILD @ 2026-06-19 19:07+++ PKGBUILD @ 2026-08-24 09:22@@ -1,7 +1,7 @@ # Maintainer: Simon Conseil <contact+aur at saimon dot org> pkgname=stilts-pkgver=3.5.5-_pkgver=3.5-5+pkgver=3.5.6+_pkgver=3.5-6 pkgrel=1 pkgdesc="Starlink Tables Infrastructure Library Tool Set" arch=('any')@@ -11,7 +11,7 @@ noextract=('stilts.jar') source=("stilts-${pkgver}.jar::https://www.star.bristol.ac.uk/mbt/releases/stilts/v${_pkgver}/stilts.jar" "stilts" "stilts4.gif")-md5sums=('de5a9262133bf275c0b4c05ea8ae469f'+md5sums=('6e210f53b13a35160b540ada546fd880' '4f7dd76969e791b934cfd8eb59822bf2' '574cb973184b3b7562f84c3e171244dd') Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-24 09:22:42 | Medium | 1 |
| 2026-06-19 19:07:35 | Clean | 2 |
| 2026-06-18 16:11:54 | Medium | 1 |