snowflake-pt-client
MEDIUM
maintainer mutantmonkey
2 votes
scanned 2026-08-31 03:44:41.618721
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:12
source=("git+https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git#tag=v${pkgver}")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: mutantmonkey <aur@mutantmonkey.mx>
2
pkgname=snowflake-pt-client
3
_gitname=snowflake
4
pkgver=2.14.1
5
pkgrel=1
6
pkgdesc="Snowflake is a pluggable transport that proxies traffic through temporary proxies using WebRTC"
7
arch=('x86_64')
8
url="https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/-/wikis/home"
9
license=('BSD-3-Clause')
10
depends=('libx11')
11
makedepends=('git' 'go')
12
source=("git+https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git#tag=v${pkgver}")
13
b2sums=('dd41ee70825f1d0fdf7c93274c62c757aa47d8477a2be74bb9c0ac2d0f3043c0846257043ad7331fb49cfd46b323efe8fdf6ab1255b46fcc33122e7975d5ea53')
14
15
build() {
16
export GOPATH="$srcdir"
17
export CGO_CPPFLAGS="${CPPFLAGS}"
18
export CGO_CFLAGS="${CFLAGS}"
19
export CGO_CXXFLAGS="${CXXFLAGS}"
20
export CGO_LDFLAGS="${LDFLAGS}"
21
export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
22
23
cd "$srcdir/$_gitname/client"
24
go get -v -d
25
go build .
26
}
27
28
package() {
29
cd "$srcdir/$_gitname"
30
install -Dm755 client/client "${pkgdir}/usr/bin/snowflake-pt-client"
31
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
32
}
33
34
# vim:set ts=2 sw=2 et:
35
Changes since previous scan
--- PKGBUILD @ 2026-06-19 19:07+++ PKGBUILD @ 2026-08-31 03:44@@ -1,7 +1,7 @@ # Maintainer: mutantmonkey <aur@mutantmonkey.mx> pkgname=snowflake-pt-client _gitname=snowflake-pkgver=2.11.0+pkgver=2.14.1 pkgrel=1 pkgdesc="Snowflake is a pluggable transport that proxies traffic through temporary proxies using WebRTC" arch=('x86_64')@@ -10,7 +10,7 @@ depends=('libx11') makedepends=('git' 'go') source=("git+https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git#tag=v${pkgver}")-b2sums=('e63f8c64f46ec70b66dd73d986ea3b60fe0e78d5b42e1386eeaae84685c2ef6f19dfc97c827faa7db91bf54e848559e167888e960f9c957fee66bd3e1afb0281')+b2sums=('dd41ee70825f1d0fdf7c93274c62c757aa47d8477a2be74bb9c0ac2d0f3043c0846257043ad7331fb49cfd46b323efe8fdf6ab1255b46fcc33122e7975d5ea53') build() { export GOPATH="$srcdir"Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-31 03:44:41 | Medium | 1 |
| 2026-06-19 19:07:35 | Clean | 2 |
| 2026-06-18 16:11:54 | Medium | 1 |