ganttproject
The package downloads a source tarball from the project's own domain (dl.ganttproject.biz), which is plausibly official despite not being on a standard host; the build process is transparent and installs only project files, posing no active threat.
Triggered rules
llm_review
An AI model (qwen/qwen3-235b-a22b-07-25) reviewed this and agrees it is LOW (confidence 95%): The package downloads a source tarball from the project's own domain (dl.ganttproject.biz), which is plausibly official despite not being on a standard host; the build process is transparent and installs only project files, posing no active threat.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:20
source=("https://dl.ganttproject.biz/$pkgname-$pkgver/$pkgname-$pkgver.zip"
PKGBUILD
1 offending line(s) highlighted# Maintainer: SanskritFritz (gmail)
# Maintainer: Grigoris Pavlakis (aur.archlinux.org/account/lightspot21)
# Maintainer: stickynotememo <samk26633@gmail.com>
# Contributor: zertyz <zertyz@gmail.com>
# Contributor: craeckie (aur.archlinux.org/account/craeckie)
# Contributor: Oliver Kahrmann <oliver.kahrmann@gmail.com>
# Original Author: David Fuhr <david.fuhr@web.de>
pkgname=ganttproject
_version=3.3
_build=3316
pkgver=$_version.$_build
pkgrel=1
pkgdesc="A project scheduling application featuring gantt chart, resource management, calendaring."
arch=('i686' 'x86_64')
url="https://www.ganttproject.biz/"
license=("GPL")
depends=('java-runtime' 'java-openjfx' 'hicolor-icon-theme')
makedepends=('unzip')
source=("https://dl.ganttproject.biz/$pkgname-$pkgver/$pkgname-$pkgver.zip"
"ganttproject.desktop"
"ganttproject.patch")
prepare() {
# add JavaFX path to startup script, from java-openjfx package
# (adapted from ulyssesrr's script)
cd $srcdir
patch -p1 -i $pkgname.patch
}
package() {
mkdir -p "$pkgdir/opt/"
cp --recursive "$srcdir" "$pkgdir/opt/$pkgname"
chmod 755 "$pkgdir/opt/$pkgname/ganttproject"
install -D -m0644 "$srcdir/ganttproject.desktop" "$pkgdir/usr/share/applications/ganttproject.desktop"
install -D -m0644 "$srcdir/plugins/base/ganttproject/resources/icons/ganttproject.png" "$pkgdir/usr/share/icons/hicolor/64x64/apps/ganttproject.png"
mkdir -p "$pkgdir/usr/bin"
ln -s "/opt/$pkgname/ganttproject" "$pkgdir/usr/bin/ganttproject"
}
sha256sums=('d662c4aed3fc9aed24d5ec1f568c9bdf86cf10e54fa472772b988e0f20eca4d9'
'7f80539115a2ffa518516671596b7e35659d46c91ac39133cc5accda9dec3862'
'303b6d44d8fe08936fe8110365268b5e708ec0f608ff5c42c88ea46c83f0d7dc')
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |