jdk19-graalvm-ee-bin
maintainer Godeps
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a GraalVM EE source tarball from the Internet Archive, which is a non-standard host, but the tarball is from Oracle's official domain (via archive.org) and is used to build the official GraalVM distribution; the checksums are provided and the content is not executed remotely, reducing the risk despite the non-whitelisted host.
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 GraalVM EE source tarball from the Internet Archive, which is a non-standard host, but the tarball is from Oracle's official domain (via archive.org) and is used to build the official GraalVM distribution; the checksums are provided and the content is not executed remotely, reducing the risk despite the non-whitelisted host.
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:25
source_x86_64=("https://web.archive.org/web/20230210121435/https://download.oracle.com/otn/utilities_drivers/oracle-labs/graalvm-ee-java19-linux-amd64-22.3.1.tar.gz?AuthParam=1676031374_e770a327c875d6085c0328e472f6b2ad")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Godeps <Godeps@protonmail.com>
2
# Based on nns's jdk17-graalvm-ee-bin AUR package
3
4
java_=19
5
pkgname="jdk${java_}-graalvm-ee-bin"
6
pkgver=22.3.1
7
pkgrel=1
8
pkgdesc="Universal virtual machine for running applications written in a variety of languages (JVM-based, LLVM-based, or other), Java ${java_} version"
9
arch=('x86_64'
10
'aarch64')
11
url='https://www.graalvm.org/'
12
license=('custom:OTN')
13
depends=('java-runtime-common'
14
'java-environment-common')
15
makedepends=()
16
provides=("java-runtime=${java_}"
17
"java-environment=${java_}")
18
options=('staticlibs')
19
install="$pkgname.install"
20
source=('graalvm-ee-rebuild-libpolyglot.hook')
21
sha256sums=('7dc37bd3703ebebcd6efa39534e6bb6e3ec9c8ee0d97e46d6df5349739c7d2ca')
22
# JDK19 is still marked as experimental and thefore not available on the open oracle mirrors so we use the internet archive for now.
23
sha256sums_x86_64=('9ac9c4e0d94772527950efb0d3b2630d5161e9b5659289e02cda8246530024c8')
24
sha256sums_aarch64=('59ec396dd68143efc0d3199711aea1e50883e269473cbaaaea32b66090433007')
25
source_x86_64=("https://web.archive.org/web/20230210121435/https://download.oracle.com/otn/utilities_drivers/oracle-labs/graalvm-ee-java19-linux-amd64-22.3.1.tar.gz?AuthParam=1676031374_e770a327c875d6085c0328e472f6b2ad")
26
source_aarch64=("https://web.archive.org/web/20230210122242/https://download.oracle.com/otn/utilities_drivers/oracle-labs/graalvm-ee-java19-linux-aarch64-22.3.1.tar.gz?AuthParam=1676031867_cb5783ae7e43a80ed98ea8d7646b2761")
27
28
package() {
29
cd "graalvm-ee-java${java_}-${pkgver}"
30
mkdir -p "$pkgdir/usr/lib/jvm/java-${java_}-graalvm-ee/"
31
cp -a -t "$pkgdir/usr/lib/jvm/java-${java_}-graalvm-ee/" *
32
install -DTm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
33
sed "s/JAVA/${java_}/g" < "../graalvm-ee-rebuild-libpolyglot.hook" > "graalvm-ee-jdk${java_}-rebuild-libpolyglot.hook"
34
install -DTm644 "graalvm-ee-jdk${java_}-rebuild-libpolyglot.hook" "$pkgdir/usr/share/libalpm/hooks/graalvm-ee-jdk${java_}-rebuild-libpolyglot.hook"
35
}
36
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 |