ganttproject

LOW
maintainer SanskritFritz 142 votes scanned 2026-09-17 00:27:14.276658
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-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

Report a package

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

0 / 4000
Your suggestion