sync_gateway-community-bin
MEDIUM
maintainer bbrks
1 votes
scanned 2026-09-09 09:19:26.157521
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
4
pkgname=sync_gateway-community-bin
5
pkgver=4.0.4
6
pkgrel=2
7
pkgdesc="Manages access and synchronization between Couchbase Lite and Couchbase Server - Community Edition (CE)"
8
url="https://github.com/couchbase/sync_gateway"
9
arch=('x86_64')
10
license=('custom:Couchbase Community Edition License')
11
provides=('sync_gateway')
12
conflicts=('sync_gateway-git')
13
install="sync_gateway.install"
14
15
source=(
16
"https://packages.couchbase.com/releases/couchbase-sync-gateway/${pkgver}/couchbase-sync-gateway-community_${pkgver}_x86_64.deb"
17
'sync_gateway.service'
18
)
19
20
sha256sums=('411aeeb1b03eebf475202d89a5a5eec3e4e4a5b27e532ea4cc031a3b628d61c3'
21
'4bc3c5843b2b6e31d954a53d43c9ecdce77faf3942b5da4ffdaba846f02dd381')
22
23
prepare () {
24
msg2 "Extracting the data.tar.gz file"
25
tar -xf "${srcdir}/data.tar.xz"
26
}
27
28
package() {
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) | Severity | Rules |
|---|---|---|
| 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 |