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
9
pkgname=ganttproject
10
_version=3.3
11
_build=3316
12
pkgver=$_version.$_build
13
pkgrel=1
14
pkgdesc="A project scheduling application featuring gantt chart, resource management, calendaring."
15
arch=('i686' 'x86_64')
16
url="https://www.ganttproject.biz/"
17
license=("GPL")
18
depends=('java-runtime' 'java-openjfx' 'hicolor-icon-theme')
19
makedepends=('unzip')
20
source=("https://dl.ganttproject.biz/$pkgname-$pkgver/$pkgname-$pkgver.zip"
21
"ganttproject.desktop"
22
"ganttproject.patch")
23
24
prepare() {
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
31
package() {
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
42
sha256sums=('d662c4aed3fc9aed24d5ec1f568c9bdf86cf10e54fa472772b988e0f20eca4d9'
43
'7f80539115a2ffa518516671596b7e35659d46c91ac39133cc5accda9dec3862'
44
'303b6d44d8fe08936fe8110365268b5e708ec0f608ff5c42c88ea46c83f0d7dc')
45
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |