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
4java_=19
5pkgname="jdk${java_}-graalvm-ee-bin"
6pkgver=22.3.1
7pkgrel=1
8pkgdesc="Universal virtual machine for running applications written in a variety of languages (JVM-based, LLVM-based, or other), Java ${java_} version"
9arch=('x86_64'
10 'aarch64')
11url='https://www.graalvm.org/'
12license=('custom:OTN')
13depends=('java-runtime-common'
14 'java-environment-common')
15makedepends=()
16provides=("java-runtime=${java_}"
17 "java-environment=${java_}")
18options=('staticlibs')
19install="$pkgname.install"
20source=('graalvm-ee-rebuild-libpolyglot.hook')
21sha256sums=('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.
23sha256sums_x86_64=('9ac9c4e0d94772527950efb0d3b2630d5161e9b5659289e02cda8246530024c8')
24sha256sums_aarch64=('59ec396dd68143efc0d3199711aea1e50883e269473cbaaaea32b66090433007')
25source_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")
26source_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
28package() {
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)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion