ganttproject

maintainer SanskritFritz · 142 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged 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

LOW AI review 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)
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:20 source=("https://dl.ganttproject.biz/$pkgname-$pkgver/$pkgname-$pkgver.zip"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: SanskritFritz (gmail)
2# Maintainer: Grigoris Pavlakis (aur.archlinux.org/account/lightspot21)
3# Maintainer: stickynotememo <samk26633@gmail.com>
4# Contributor: zertyz <zertyz@gmail.com>
5# Contributor: craeckie (aur.archlinux.org/account/craeckie)
6# Contributor: Oliver Kahrmann <oliver.kahrmann@gmail.com>
7# Original Author: David Fuhr <david.fuhr@web.de>
8
9pkgname=ganttproject
10_version=3.3
11_build=3316
12pkgver=$_version.$_build
13pkgrel=1
14pkgdesc="A project scheduling application featuring gantt chart, resource management, calendaring."
15arch=('i686' 'x86_64')
16url="https://www.ganttproject.biz/"
17license=("GPL")
18depends=('java-runtime' 'java-openjfx' 'hicolor-icon-theme')
19makedepends=('unzip')
20source=("https://dl.ganttproject.biz/$pkgname-$pkgver/$pkgname-$pkgver.zip"
21 "ganttproject.desktop"
22 "ganttproject.patch")
23
24prepare() {
25 # add JavaFX path to startup script, from java-openjfx package
26 # (adapted from ulyssesrr's script)
27 cd $srcdir
28 patch -p1 -i $pkgname.patch
29}
30
31package() {
32 mkdir -p "$pkgdir/opt/"
33 cp --recursive "$srcdir" "$pkgdir/opt/$pkgname"
34
35 chmod 755 "$pkgdir/opt/$pkgname/ganttproject"
36 install -D -m0644 "$srcdir/ganttproject.desktop" "$pkgdir/usr/share/applications/ganttproject.desktop"
37 install -D -m0644 "$srcdir/plugins/base/ganttproject/resources/icons/ganttproject.png" "$pkgdir/usr/share/icons/hicolor/64x64/apps/ganttproject.png"
38 mkdir -p "$pkgdir/usr/bin"
39 ln -s "/opt/$pkgname/ganttproject" "$pkgdir/usr/bin/ganttproject"
40}
41
42sha256sums=('d662c4aed3fc9aed24d5ec1f568c9bdf86cf10e54fa472772b988e0f20eca4d9'
43 '7f80539115a2ffa518516671596b7e35659d46c91ac39133cc5accda9dec3862'
44 '303b6d44d8fe08936fe8110365268b5e708ec0f608ff5c42c88ea46c83f0d7dc')
45

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