ordersprinter
maintainer satriani
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a source archive from the project's official domain over HTTPS, which is the project's own release infrastructure; the non-whitelisted host is the project's official site, and the build installs only project files without executing untrusted code or exfiltrating 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 source archive from the project's official domain over HTTPS, which is the project's own release infrastructure; the non-whitelisted host is the project's official site, and the build installs only project files without executing untrusted code or exfiltrating 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:13
source=("https://ordersprinter.de/${packagename}.zip"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Alex S. <shantanne[at]hotmail.com>
2
3
pkgname=ordersprinter
4
pkgver=2.4.11
5
pkgrel=1
6
packagename="$(echo ${pkgname}-${pkgver} | sed 's/\./_/g')"
7
pkgdesc="OrderSprinter is a free Point-Of-Service/Point-Of-Sale software (POS) for the gastronomy."
8
url=https://ordersprinter.de/
9
arch=('any')
10
license=('Creative Commons License BY-NC-ND')
11
depends=('mysql' 'php' 'php-gd' 'jre-openjdk-headless')
12
13
source=("https://ordersprinter.de/${packagename}.zip"
14
${pkgname}.conf
15
${pkgname}.service
16
${pkgname}.sysusers
17
${pkgname})
18
md5sums=('9ebfe8eb7768560915c76310305dc14b'
19
'35d179e3ab67dcf5396ebd2375ba25e3'
20
'608f2301c621cc5219ab4d92b0bfc62b'
21
'8686cef0461e64cc097ae72c8d9e9752'
22
'6ee44456a292a4b5b17458b487d1c2ec')
23
install=${pkgname}.install
24
25
package()
26
{
27
mkdir -p ${pkgdir}/opt/${pkgname}
28
mkdir -p ${pkgdir}/etc/${pkgname}
29
mkdir -p ${pkgdir}/usr/lib/systemd/system
30
mkdir -p ${pkgdir}/usr/bin
31
mkdir -p ${pkgdir}/usr/share/licenses/{${pkgname},swissbit}
32
cp -r ${srcdir}/{gastsystem,printserver,scripts,spider,tseconnector,webapp} ${pkgdir}/opt/${pkgname}/
33
install -Dm 644 ${srcdir}/${pkgname}.conf ${pkgdir}/etc/${pkgname}/${pkgname}.conf
34
install -Dm 644 ${srcdir}/${pkgname}.service ${pkgdir}/usr/lib/systemd/system/${pkgname}.service
35
install -Dm 644 ${srcdir}/${pkgname}.sysusers ${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf
36
install -Dm 644 ${srcdir}/${pkgname} ${pkgdir}/usr/bin/${pkgname}
37
# move to proper licenses directories
38
install -Dm 644 ${srcdir}/webapp/OrderSprinter-LIZENZ.html ${pkgdir}/usr/share/licenses/${pkgname}/
39
install -Dm 644 ${srcdir}/tseconnector/swissbit/tseconnector_lib/{LICENSE-apache-commons.txt,LICENSE-jackson-jr.html,LICENSE-json-simple.txt,LICENSE_Swissbit_Wormapi.pdf} ${pkgdir}/usr/share/licenses/swissbit/
40
}
41
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |