graylog
maintainer tachtler
· 14 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from the official Graylog release server, which is a legitimate and expected source for the software; building from this host, even if not whitelisted, is normal and safe for AUR packages.
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, which is a legitimate and expected source for the software; building from this host, even if not whitelisted, is normal and safe for AUR packages.
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
5
pkgname=graylog
6
pkgver=7.1.6
7
pkgrel=1
8
pkgdesc='Free and open source log management platform'
9
arch=('any')
10
url="https://github.com/graylog2/graylog2-server"
11
license=('custom:SSPL')
12
depends=('java-runtime>=21')
13
optdepends=('mongodb-bin' 'mongodb-tools-bin' 'opensearch>1.1' 'opensearch<=2.19.5')
14
changelog=UPGRADING.md
15
backup=('etc/graylog/server/server.conf')
16
install=graylog.install
17
source=(
18
"$pkgname-$pkgver.tar.gz::https://packages.graylog2.org/releases/$pkgname/$pkgname-${pkgver/_/-}.tgz"
19
graylog-tmpfiles.conf
20
graylog.service)
21
sha256sums=('3c38dd7b9cd0bd994066d390b3e8f3ef72aec802f540b5e1b8068f963e33d14a'
22
'c29ccbf1fc25f6d00afd520811c3aab4b6adcb4d12bb4686400adeb0b040409a'
23
'fc94037dd0c40999c7316b8347259b5de56414bc0849248fb52959c00c98e506')
24
25
package() {
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-07-27 00:24+++ PKGBUILD @ 2026-08-03 00:08@@ -3,7 +3,7 @@ # Contributor: Spider.007 <aur@spider007.net> pkgname=graylog-pkgver=7.1.5+pkgver=7.1.6 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=('c619fc1cf13f0e6f1d1ece047c99da165177ec46b7faa0e1cb56cba3c9a64758'+sha256sums=('3c38dd7b9cd0bd994066d390b3e8f3ef72aec802f540b5e1b8068f963e33d14a' 'c29ccbf1fc25f6d00afd520811c3aab4b6adcb4d12bb4686400adeb0b040409a' 'fc94037dd0c40999c7316b8347259b5de56414bc0849248fb52959c00c98e506') 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 11:35:00 | MEDIUM | 1 |
| 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 |