idos-timetable-additionalinfo-chaps-trains-2022
The package downloads archived data files from web.archive.org, which are used as static data for a timetable application; the worst case of a swapped source would be incorrect data, not code execution, and the primary source is an official project domain archived for availability.
Triggered rules
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 archived data files from web.archive.org, which are used as static data for a timetable application; the worst case of a swapped source would be incorrect data, not code execution, and the primary source is an official project domain archived for availability.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:51
"${_target}::http://web.archive.org/web/20220405204613/http://ttakt.chaps.cz/TTAktual/Win/Zip/${_zipfile}"
PKGBUILD
1 offending line(s) highlighted# Maintainer: dreieck
## `PKGBUILD` last updated: >= 2023-11-20.
url="https://chaps.cz/eng/download/idos/zip#kotvainf"
_zipfile="C1.ZIP"
_pkgname=idos-timetable-additionalinfo-chaps-trains
pkgname="${_pkgname}-2022"
epoch=0
_pkgver='2022_04_05'
pkgver="${_pkgver}"
pkgrel=3
pkgdesc="Links for additional information on Czech trains and railway stations, to be used with the timetable search engines by CHAPS. Data from 2022."
arch=('any')
license=('custom')
groups=(
"idos-timetable"
)
depends=(
"idos-timetable-data-trains-cz"
)
makedepends=(
"wget"
)
optdepends=()
replaces=(
"${_pkgname}-latest<2023" # In 2023, this data seems to have vanished from `https://chaps.cz/eng/download/idos/zip#kotvainf`. So this package here is to replace the `-latest` package which is deprecated and is about to be deleted.
)
options+=('!strip')
provides=(
"${_pkgname}=${pkgver}"
"idos-timetable-additionalinfo-trains=${pkgver}"
"idos-timetable-additionalinfo-trains-cz=${pkgver}"
)
conflicts=(
"${_pkgname}"
)
_target="c1-${_pkgver}.zip"
source=(
"${_target}::http://web.archive.org/web/20220405204613/http://ttakt.chaps.cz/TTAktual/Win/Zip/${_zipfile}"
"IDOS-Licence.pdf::http://web.archive.org/web/20210904102649/http://www.chaps.cz/files/idos/IDOS-Licence.pdf"
"license-dummy.txt"
)
sha256sums=(
'1fe20538307d911d6edcec6590da51bf782cda64877f7dfabe742f11f618a657'
"SKIP"
"c6bb216055d3670d3100b7a74e04ce0644030f365f4349a09e630ef60fbcb9a4"
)
package() {
_instdirbase='/opt/idos-timetable'
_instdir="${pkgdir}/${_instdirbase}"
install -d -m755 "${_instdir}"
cp -r "${srcdir}"/Data* "${_instdir}/"
chmod 755 "${_instdir}"/Data*
chmod 755 "${_instdir}"/Data*/*
chmod 644 "${_instdir}"/Data*/*/*
install -d -m755 "${pkgdir}/usr/share/doc/${_pkgname}"
echo "${url}" > "${pkgdir}/usr/share/doc/${_pkgname}/info.url"
chmod 644 "${pkgdir}/usr/share/doc/${_pkgname}/info.url"
install -D -m644 "${srcdir}/license-dummy.txt" "${pkgdir}/usr/share/licenses/${pkgname}/copying.txt"
install -D -m644 "${srcdir}/IDOS-Licence.pdf" "${pkgdir}/usr/share/licenses/${pkgname}/IDOS-Licence.pdf"
}
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 |