payara5-micro
maintainer hrauch
· 2 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a JAR file from search.maven.org, which is a legitimate and widely used repository for Maven artifacts; although the host is not whitelisted, it is a trusted source for official project releases, and the file is part of the official Payara distribution, not an unverified executable or malicious payload.
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 JAR file from search.maven.org, which is a legitimate and widely used repository for Maven artifacts; although the host is not whitelisted, it is a trusted source for official project releases, and the file is part of the official Payara distribution, not an unverified executable or malicious payload.
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:17
source=("payara-${pkgver}-micro.zip::https://search.maven.org/remotecontent?filepath=fish/${_prodname}/extras/${_prodname}-${_prodvar}/$pkgver/${_prodname}-${_prodvar}-${pkgver}.jar"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Holger Rauch <holger dot rauch at posteo dot de>
2
3
pkgver=5.2020.2
4
_pkgmajver=$(echo $pkgver | cut -f1 -d.)
5
pkgrel=5
6
_prodvar=micro
7
_prodname=payara
8
pkgname=${_prodname}${_pkgmajver}-${_prodvar}
9
pkgdesc="A Java EE application server, derived from GlassFish Open Source Edition. (Micro Edition)"
10
url="http://www.payara.fish/"
11
license=("CDDL" "GPL2")
12
provides=("$pkgname")
13
conflicts=("$pkgname" "payara51")
14
depends=("java-environment>=8")
15
arch=("any")
16
options=(!strip)
17
source=("payara-${pkgver}-micro.zip::https://search.maven.org/remotecontent?filepath=fish/${_prodname}/extras/${_prodname}-${_prodvar}/$pkgver/${_prodname}-${_prodvar}-${pkgver}.jar"
18
"payara5-micro.service")
19
20
sha256sums=('d551dff47d5e4b17525916b5fd6794c349aa98baad90e25dd19640993d7e0538'
21
'9276630a47942e37756e23355ef60ce003bba93c712c4f04be62667494da17ff')
22
sha512sums=('201d37f73618f0849e27791b967b29044864d3d26548bc216c7937c572fe71a1ff9b50c680267089eb537b16574b15d32462707a9d9d4ffdc7b156bbcbc46e3c'
23
'0a29479dd5dd11ba69383554d64fad35d438678e63274e107da2ab959c78be8809e4f8ca837f88a880dc69f09de330c253f00c4acbd6e70e5dac7b72826fe0bf')
24
25
26
package() {
27
mkdir -p $pkgdir/opt/$pkgname
28
cp -a META-INF MICRO-INF fish $pkgdir/opt/$pkgname
29
install -D $srcdir/payara5-micro.service $pkgdir/usr/lib/systemd/system/payara5-micro.service
30
}
31
# vim:set ts=2 sw=2 et:
32
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 |