monetdb
maintainer dome22xl
· 3 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from the project's official development domain (dev.monetdb.org), which is plausibly the project's own release infrastructure; building from official project sources is normal for AUR packages, even if the host is not on a whitelist.
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-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a tarball from the project's official development domain (dev.monetdb.org), which is plausibly the project's own release infrastructure; building from official project sources is normal for AUR packages, even if the host is not on a whitelist.
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:19
source=("https://dev.monetdb.org/downloads/sources/archive/MonetDB-$pkgver.tar.xz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Brian Hood <brianh6854@googlemail.com>
2
# Contributor: Benjamin van der Burgh <gringo@archlinux.info>
3
# Contributor: symen
4
# Contributor: Thiago Perrotta <perrotta dot thiago at poli dot ufrj dot br>
5
# Contributor: artemklevtsov
6
# Contributor: Moritz Bruder <muesli4 at gmail dot com>
7
# Contributor: Philipp Fent <philipp@fent.de>
8
9
pkgname=monetdb
10
pkgver=11.55.5
11
pkgrel=1
12
pkgdesc="MonetDB: an open source database system"
13
arch=('i686' 'x86_64')
14
url="http://www.monetdb.org/Home"
15
license=(MPL)
16
makedepends=('cmake' 'ninja')
17
depends=('r' 'python' 'libatomic_ops' 'snappy' 'unixodbc' 'libxml2')
18
install=monetdb.install
19
source=("https://dev.monetdb.org/downloads/sources/archive/MonetDB-$pkgver.tar.xz")
20
sha256sums=('480c921a45b54c610dee9a17147f0e89ae74c31516b9250e5c8f2371e1bd70c2')
21
22
prepare() {
23
cd "$srcdir/MonetDB-$pkgver"
24
mkdir -p build
25
}
26
27
build() {
28
cd "$srcdir/MonetDB-$pkgver/build"
29
cmake ".." -G Ninja \
30
-DCMAKE_INSTALL_PREFIX=/usr \
31
-DRELEASE_VERSION=ON \
32
-DCMAKE_BUILD_TYPE=Release \
33
-DASSERT=OFF \
34
-DSTRICT=OFF \
35
-DTESTING=OFF \
36
-DFITS=OFF \
37
-DGEOM=OFF \
38
-DNETCDF=OFF \
39
-DODBC=OFF \
40
-DPY3INTEGRATION=OFF \
41
-DRINTEGRATION=OFF \
42
-DSHP=OFF \
43
-DWITH_BZ2=ON \
44
-DWITH_CMOCKA=OFF \
45
-DWITH_CURL=ON \
46
-DWITH_LZ4=ON \
47
-DWITH_LZMA=ON \
48
-DWITH_PCRE=ON \
49
-DWITH_PROJ=OFF \
50
-DWITH_SNAPPY=OFF \
51
-DWITH_XML2=ON
52
ninja all
53
}
54
55
package() {
56
cd "$srcdir/MonetDB-$pkgver/build"
57
DESTDIR="$pkgdir" ninja install
58
mkdir -p "$pkgdir/var/log/monetdb"
59
}
60
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 |