java17-openjfx-bin

LOW
maintainer mh4ckwascut 5 votes scanned 2026-08-22 00:02:17.015094
View on AUR
Why flagged

The package downloads official OpenJFX SDK and JMod binaries from Gluon's domain (download2.gluonhq.com), which is the legitimate project vendor; despite the non-whitelisted host, this is a standard source for OpenJFX builds and the installed files are non-executable libraries, modules, and docs.

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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads official OpenJFX SDK and JMod binaries from Gluon's domain (download2.gluonhq.com), which is the legitimate project vendor; despite the non-whitelisted host, this is a standard source for OpenJFX builds and the installed files are non-executable libraries, modules, and docs.

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:15 source=("https://download2.gluonhq.com/openjfx/${pkgver}/openjfx-${pkgver}_linux-x64_bin-sdk.zip"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: mh4ckwascut <mh4ckt3mh4ckt1c4s@archlinux.org>
2# Contributor: ValHue <vhuelamo at gmail dot com>
3
4pkgname=java17-openjfx-bin
5pkgver=17.0.19
6pkgrel=1
7pkgdesc="Java OpenJFX ${pkgver} client application platform (Gluon build)."
8arch=('x86_64')
9url='https://openjfx.io/'
10license=('GPL-2.0-only')
11depends=('ffmpeg' 'gstreamer' 'java-environment=17' 'libxtst' 'qt5-base' 'webkit2gtk')
12provides=("java17-openjfx" "java-openjfx=17")
13conflicts=("java17-openjfx")
14options=(!strip)
15source=("https://download2.gluonhq.com/openjfx/${pkgver}/openjfx-${pkgver}_linux-x64_bin-sdk.zip"
16 "https://download2.gluonhq.com/openjfx/${pkgver}/openjfx-${pkgver}_linux-x64_bin-jmods.zip"
17 "https://download2.gluonhq.com/openjfx/${pkgver}/openjfx-${pkgver}-javadoc.zip")
18sha256sums=('d5f70e96001872e84593f149dc6cb645f3bfbc71e519fa085608070c401f6d5e'
19 'ab22097c4e6679547333172a017ced4e3210dc572f51a96a3be1d1dbfcd61f37'
20 '428602563746012027c1e0549171a14180f2c77b07a3ecb758ea1f4352ef81f2')
21
22_jvmdir=usr/lib/jvm/java-17-openjdk
23
24package() {
25 # Install
26 install -d "${pkgdir}/${_jvmdir}"
27 cp -a "javafx-sdk-${pkgver}/lib" "${pkgdir}/${_jvmdir}/"
28 # Copy source archive
29 cp -a "javafx-sdk-${pkgver}/src.zip" "${pkgdir}/${_jvmdir}/"
30 mv "${pkgdir}/${_jvmdir}/src.zip" "${pkgdir}/${_jvmdir}/lib/javafx-src.zip"
31 # Legal
32 install -d "${pkgdir}/usr/share/licenses/java17-openjdk"
33 cp -a "javafx-sdk-${pkgver}/legal" "${pkgdir}/usr/share/licenses/java17-openjfx/"
34 # Jmods
35 install -d "${pkgdir}/${_jvmdir}/jmods"
36 cp -a "javafx-jmods-${pkgver}/"* "${pkgdir}/${_jvmdir}/jmods/"
37 # Docs
38 install -d "${pkgdir}/usr/share/doc/java17-openjfx"
39 cp -a "javafx-${pkgver}-javadoc/"* "${pkgdir}/usr/share/doc/java17-openjfx/"
40}
41
42# vim:set ts=4 sw=2 et syn=sh ft=sh:
43

Changes since previous scan

--- PKGBUILD @ 2026-06-19 19:07
+++ PKGBUILD @ 2026-08-22 00:02
@@ -2,7 +2,7 @@
# Contributor: ValHue <vhuelamo at gmail dot com>
pkgname=java17-openjfx-bin
-pkgver=17.0.12
+pkgver=17.0.19
pkgrel=1
pkgdesc="Java OpenJFX ${pkgver} client application platform (Gluon build)."
arch=('x86_64')
@@ -15,9 +15,9 @@
source=("https://download2.gluonhq.com/openjfx/${pkgver}/openjfx-${pkgver}_linux-x64_bin-sdk.zip"
"https://download2.gluonhq.com/openjfx/${pkgver}/openjfx-${pkgver}_linux-x64_bin-jmods.zip"
"https://download2.gluonhq.com/openjfx/${pkgver}/openjfx-${pkgver}-javadoc.zip")
-sha256sums=('f8bb2724d250595dad55b2886ceab19a8462515863f609a0b5462529d725e9e8'
- 'f22bad50a4a0f4932ed999dcecccb59f188c22ea844d777512f3175e8ebb4024'
- 'c96228f0148ec0413c1ec78e298ed94ea85ddc2b84b295cc03ca4c23e5f931b0')
+sha256sums=('d5f70e96001872e84593f149dc6cb645f3bfbc71e519fa085608070c401f6d5e'
+ 'ab22097c4e6679547333172a017ced4e3210dc572f51a96a3be1d1dbfcd61f37'
+ '428602563746012027c1e0549171a14180f2c77b07a3ecb758ea1f4352ef81f2')
_jvmdir=usr/lib/jvm/java-17-openjdk

Scan history

Scanned at (UTC)SeverityRules
2026-08-22 00:02:17 Low 2
2026-08-21 23:15:29 Medium 1
2026-06-19 19:07:35 Clean 2
2026-06-18 16:11:54 Medium 1

Report a package

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

0 / 4000
Your suggestion