graylog

LOW
maintainer tachtler 14 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The source is a tarball from the official Graylog release server (packages.graylog2.org), which is the project's own distribution infrastructure; building from this source is standard practice and not inherently dangerous despite the host not being 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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a tarball from the official Graylog release server (packages.graylog2.org), which is the project's own distribution infrastructure; building from this source is standard practice and not inherently dangerous despite the host not being 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:18 "$pkgname-$pkgver.tar.gz::https://packages.graylog2.org/releases/$pkgname/$pkgname-${pkgver/_/-}.tgz"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Klaus Tachtler <klaus@tachtler.net>
2# Contributor: Luis Martinez <luis dot martinez at disroot dot org>
3# Contributor: Spider.007 <aur@spider007.net>
4
5pkgname=graylog
6pkgver=7.1.9
7pkgrel=1
8pkgdesc='Free and open source log management platform'
9arch=('any')
10url="https://github.com/graylog2/graylog2-server"
11license=('custom:SSPL')
12depends=('java-runtime>=21')
13optdepends=('mongodb-bin' 'mongodb-tools-bin' 'opensearch>1.1' 'opensearch<=2.19.5')
14changelog=UPGRADING.md
15backup=('etc/graylog/server/server.conf')
16install=graylog.install
17source=(
18 "$pkgname-$pkgver.tar.gz::https://packages.graylog2.org/releases/$pkgname/$pkgname-${pkgver/_/-}.tgz"
19 graylog-tmpfiles.conf
20 graylog.service)
21sha256sums=('c9574e67f4018ac4fd7941547dd4b62472688fb8137e802dab2fce621ae63f08'
22 'c29ccbf1fc25f6d00afd520811c3aab4b6adcb4d12bb4686400adeb0b040409a'
23 'fc94037dd0c40999c7316b8347259b5de56414bc0849248fb52959c00c98e506')
24
25package() {
26 cd "$pkgname-$pkgver"
27 install -Dvm644 "$pkgname.jar" "$pkgdir/usr/lib/$pkgname/server.jar"
28 install -Dvm644 plugin/*.jar -t "$pkgdir/usr/lib/$pkgname/plugin/"
29 install -Dvm644 "$srcdir/$pkgname-tmpfiles.conf" "$pkgdir/usr/lib/tmpfiles.d/$pkgname-server.conf"
30 install -Dvm644 "$pkgname.conf.example" "$pkgdir/etc/$pkgname/server/server.conf"
31 install -Dvm644 README.markdown "$pkgdir/usr/share/doc/$pkgname/README.md"
32 install -Dvm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
33 install -Dvm644 "$srcdir/$pkgname.service" -t "$pkgdir/usr/lib/systemd/system/"
34
35 # make absolute just in case
36 sed -i \
37 -e 's~^\(plugin_dir =\) plugin$~\1 /usr/lib/graylog/plugin~g' \
38 -e 's~^\(message_journal_dir =\) data/journal$~\1 /var/lib/graylog/data/journal~g' \
39 -e 's~^\(content_packs_dir =\) data/contentpacks$~\1 /usr/lib/graylog/data/contentpacks~g' \
40 "$pkgdir/etc/$pkgname/server/server.conf"
41}
42

Changes since previous scan

--- PKGBUILD @ 2026-09-03 00:15
+++ PKGBUILD @ 2026-09-17 00:27
@@ -3,7 +3,7 @@
# Contributor: Spider.007 <aur@spider007.net>
pkgname=graylog
-pkgver=7.1.8
+pkgver=7.1.9
pkgrel=1
pkgdesc='Free and open source log management platform'
arch=('any')
@@ -18,7 +18,7 @@
"$pkgname-$pkgver.tar.gz::https://packages.graylog2.org/releases/$pkgname/$pkgname-${pkgver/_/-}.tgz"
graylog-tmpfiles.conf
graylog.service)
-sha256sums=('f578d805865a00cdc4d97d9b4224693e7474e6fcd4c35e31369158e02f0510c5'
+sha256sums=('c9574e67f4018ac4fd7941547dd4b62472688fb8137e802dab2fce621ae63f08'
'c29ccbf1fc25f6d00afd520811c3aab4b6adcb4d12bb4686400adeb0b040409a'
'fc94037dd0c40999c7316b8347259b5de56414bc0849248fb52959c00c98e506')

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 13:53:13 Medium 1
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

Report a package

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

0 / 4000
Your suggestion