sync_gateway-community-bin

MEDIUM
maintainer bbrks 1 votes scanned 2026-09-09 09:19:26.157521
View on AUR
Why flagged

One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).

Triggered rules

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:16 "https://packages.couchbase.com/releases/couchbase-sync-gateway/${pkgver}/couchbase-sync-gateway-community_${pkgver}_x86_64.deb"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Ben Brooks <ben@bbrks.me>
2# PRs/Issues: https://github.com/bbrks/aur-sync_gateway-community-bin
3
4pkgname=sync_gateway-community-bin
5pkgver=4.0.4
6pkgrel=2
7pkgdesc="Manages access and synchronization between Couchbase Lite and Couchbase Server - Community Edition (CE)"
8url="https://github.com/couchbase/sync_gateway"
9arch=('x86_64')
10license=('custom:Couchbase Community Edition License')
11provides=('sync_gateway')
12conflicts=('sync_gateway-git')
13install="sync_gateway.install"
14
15source=(
16 "https://packages.couchbase.com/releases/couchbase-sync-gateway/${pkgver}/couchbase-sync-gateway-community_${pkgver}_x86_64.deb"
17 'sync_gateway.service'
18)
19
20sha256sums=('411aeeb1b03eebf475202d89a5a5eec3e4e4a5b27e532ea4cc031a3b628d61c3'
21 '4bc3c5843b2b6e31d954a53d43c9ecdce77faf3942b5da4ffdaba846f02dd381')
22
23prepare () {
24 msg2 "Extracting the data.tar.gz file"
25 tar -xf "${srcdir}/data.tar.xz"
26}
27
28package() {
29 install -Dm755 "${srcdir}/opt/couchbase-sync-gateway/bin/sync_gateway" "${pkgdir}/usr/bin/sync_gateway"
30 install -Dm644 "${srcdir}/opt/couchbase-sync-gateway/examples/serviceconfig.json" "${pkgdir}/etc/sync_gateway.json"
31 install -Dm644 "${srcdir}/sync_gateway.service" "${pkgdir}/usr/lib/systemd/system/sync_gateway.service"
32 install -Dm644 "${srcdir}/opt/couchbase-sync-gateway/LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
33}
34

Scan history

Scanned at (UTC)SeverityRules
2026-09-09 09:19:26 Medium 1
2026-06-19 19:07:35 Clean 2
2026-06-19 18:54:17 Clean 2
2026-06-18 16:11:54 Medium 1

Report a package

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

0 / 4000
Your suggestion