idos-timetable-additionalinfo-chaps-trains-latest
LOW
maintainer dreieck
0 votes
scanned 2026-09-17 00:27:14.276658
Why flagged
The package downloads a versioned ZIP file and a license PDF from the project's official domain for installation as data;虽主机不在白名单,但来源可信且内容为非可执行数据,最坏情况为数据篡改,无远程代码执行风险。
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 versioned ZIP file and a license PDF from the project's official domain for installation as data;虽主机不在白名单,但来源可信且内容为非可执行数据,最坏情况为数据篡改,无远程代码执行风险。
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:53
"${_target}::https://ttakt.chaps.cz/TTAktual/Win/Zip/${_zipfile}" -
PKGBUILD:54
"IDOS-Licence.pdf::https://chaps.cz/files/idos/IDOS-Licence.pdf"
PKGBUILD
2 offending line(s) highlighted
1
# Maintainer: dreieck
2
3
# PKGBUILD last time manually edited: At least on 2024-12-17.
4
5
url="https://chaps.cz/eng/download/idos/zip#kotvainf"
6
_zipfile="C1.ZIP"
7
_pkgver() {
8
# Reason for a _pkgver(): Have something to run before source download so that we can have version aware source downloads.
9
wget -nv -O- "${url}" | tr -d '\a' | tr '\n' '\a' | sed 's|^.*File '"${_zipfile}"'\(.*\)Zip/'"${_zipfile}"'.*$|\1\n|g' | tr '\a' '\n' | grep 'Update date:' | cut -d, -f1 | sed -r 's|([0-9]+)\.([0-9]+)\.([0-9]+).|\n\3_\2_\1\n|g' | grep -E '^[0-9]+_[0-9]+_[0-9]+' | sed -E -e 's|_([0-9])_|_0\1_|g' -e 's|_([0-9])$|_0\1|g'
10
}
11
12
_pkgname=idos-timetable-additionalinfo-chaps-trains
13
pkgname="${_pkgname}-latest"
14
epoch=0
15
_pkgver="$(_pkgver)" # This should be set _before_ sources get downloaded.
16
pkgver="${_pkgver}"
17
pkgrel=1
18
pkgdesc="Links for additional information on Czech trains and railway stations, to be used with the timetable search engines by CHAPS."
19
arch=('any')
20
license=('custom')
21
22
groups=(
23
"idos-timetable"
24
)
25
26
depends=(
27
"idos-timetable-data-trains-cz"
28
)
29
30
makedepends=(
31
"wget"
32
)
33
34
optdepends=()
35
36
options=('!strip')
37
38
provides=(
39
"${_pkgname}=${pkgver}"
40
41
"idos-timetable-additionalinfo-trains=${pkgver}"
42
43
"idos-timetable-additionalinfo-trains-cz=${pkgver}"
44
)
45
46
conflicts=(
47
"${_pkgname}"
48
)
49
50
_target="c1-${_pkgver}.zip"
51
52
source=(
53
"${_target}::https://ttakt.chaps.cz/TTAktual/Win/Zip/${_zipfile}"
54
"IDOS-Licence.pdf::https://chaps.cz/files/idos/IDOS-Licence.pdf"
55
"license-dummy.txt"
56
)
57
58
sha256sums=(
59
'SKIP'
60
"SKIP"
61
"c6bb216055d3670d3100b7a74e04ce0644030f365f4349a09e630ef60fbcb9a4"
62
)
63
64
pkgver() {
65
printf '%s' "${_pkgver}"
66
}
67
68
69
package() {
70
_instdirbase='/opt/idos-timetable'
71
_instdir="${pkgdir}/${_instdirbase}"
72
install -d -m755 "${_instdir}"
73
74
cp -r "${srcdir}"/Data* "${_instdir}/"
75
chmod 755 "${_instdir}"/Data*
76
chmod 755 "${_instdir}"/Data*/*
77
chmod 644 "${_instdir}"/Data*/*/*
78
79
install -d -m755 "${pkgdir}/usr/share/doc/${_pkgname}"
80
echo "${url}" > "${pkgdir}/usr/share/doc/${_pkgname}/info.url"
81
chmod 644 "${pkgdir}/usr/share/doc/${_pkgname}/info.url"
82
83
install -D -m644 "${srcdir}/license-dummy.txt" "${pkgdir}/usr/share/licenses/${pkgname}/copying.txt"
84
install -D -m644 "${srcdir}/IDOS-Licence.pdf" "${pkgdir}/usr/share/licenses/${pkgname}/IDOS-Licence.pdf"
85
}
86
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |