graylog
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
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)
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# Maintainer: Klaus Tachtler <klaus@tachtler.net>
# Contributor: Luis Martinez <luis dot martinez at disroot dot org>
# Contributor: Spider.007 <aur@spider007.net>
pkgname=graylog
pkgver=7.1.9
pkgrel=1
pkgdesc='Free and open source log management platform'
arch=('any')
url="https://github.com/graylog2/graylog2-server"
license=('custom:SSPL')
depends=('java-runtime>=21')
optdepends=('mongodb-bin' 'mongodb-tools-bin' 'opensearch>1.1' 'opensearch<=2.19.5')
changelog=UPGRADING.md
backup=('etc/graylog/server/server.conf')
install=graylog.install
source=(
"$pkgname-$pkgver.tar.gz::https://packages.graylog2.org/releases/$pkgname/$pkgname-${pkgver/_/-}.tgz"
graylog-tmpfiles.conf
graylog.service)
sha256sums=('c9574e67f4018ac4fd7941547dd4b62472688fb8137e802dab2fce621ae63f08'
'c29ccbf1fc25f6d00afd520811c3aab4b6adcb4d12bb4686400adeb0b040409a'
'fc94037dd0c40999c7316b8347259b5de56414bc0849248fb52959c00c98e506')
package() {
cd "$pkgname-$pkgver"
install -Dvm644 "$pkgname.jar" "$pkgdir/usr/lib/$pkgname/server.jar"
install -Dvm644 plugin/*.jar -t "$pkgdir/usr/lib/$pkgname/plugin/"
install -Dvm644 "$srcdir/$pkgname-tmpfiles.conf" "$pkgdir/usr/lib/tmpfiles.d/$pkgname-server.conf"
install -Dvm644 "$pkgname.conf.example" "$pkgdir/etc/$pkgname/server/server.conf"
install -Dvm644 README.markdown "$pkgdir/usr/share/doc/$pkgname/README.md"
install -Dvm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
install -Dvm644 "$srcdir/$pkgname.service" -t "$pkgdir/usr/lib/systemd/system/"
# make absolute just in case
sed -i \
-e 's~^\(plugin_dir =\) plugin$~\1 /usr/lib/graylog/plugin~g' \
-e 's~^\(message_journal_dir =\) data/journal$~\1 /var/lib/graylog/data/journal~g' \
-e 's~^\(content_packs_dir =\) data/contentpacks$~\1 /usr/lib/graylog/data/contentpacks~g' \
"$pkgdir/etc/$pkgname/server/server.conf"
}
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) | Severity | Rules |
|---|---|---|
| 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 |