snowflake-pt-client

MEDIUM
maintainer mutantmonkey 2 votes scanned 2026-08-31 03:44:41.618721
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: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>
2pkgname=snowflake-pt-client
3_gitname=snowflake
4pkgver=2.14.1
5pkgrel=1
6pkgdesc="Snowflake is a pluggable transport that proxies traffic through temporary proxies using WebRTC"
7arch=('x86_64')
8url="https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/-/wikis/home"
9license=('BSD-3-Clause')
10depends=('libx11')
11makedepends=('git' 'go')
12source=("git+https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git#tag=v${pkgver}")
13b2sums=('dd41ee70825f1d0fdf7c93274c62c757aa47d8477a2be74bb9c0ac2d0f3043c0846257043ad7331fb49cfd46b323efe8fdf6ab1255b46fcc33122e7975d5ea53')
14
15build() {
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
28package() {
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)SeverityRules
2026-08-31 03:44:41 Medium 1
2026-06-19 19:07:35 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