nopoll
maintainer severach
· 3 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from the project's official website (aspl.es), which is plausibly the project's own infrastructure; building from official project sources is normal for AUR packages, even if the host is not whitelisted.
Triggered rules
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a tarball from the project's official website (aspl.es), which is plausibly the project's own infrastructure; building from official project sources is normal for AUR packages, even if the host is not whitelisted.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:18
source=("http://www.aspl.es/nopoll/downloads/nopoll-${pkgver}.tar.gz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Chris Severance aur.severach aATt spamgourmet dott com
2
# Contributor: Félix Faisant <xcodexif@xif.fr>
3
4
set -u
5
pkgname='nopoll'
6
#pkgname+='-git'
7
pkgver='0.4.9.b462'
8
pkgrel=1
9
pkgdesc='Websocket library written in C'
10
arch=('i686' 'x86_64')
11
url='http://www.aspl.es/nopoll'
12
license=('LGPL-2.1-only')
13
depends=('glibc' 'openssl')
14
#_verwatch=("${url}/downloads/" "nopoll-\(.*\)\.tar\.gz" 'l')
15
_giturl='https://github.com/ASPLes/nopoll'
16
_verwatch=("${_giturl}/releases.atom" '\s\+<link rel="alternate" type="text/html" href=".*/'"${_giturl##*/}"'/releases/tag/v\?\([^"]\+\)"/>.*' 'f') # RSS
17
_srcdir="${pkgname}-${pkgver}"
18
source=("http://www.aspl.es/nopoll/downloads/nopoll-${pkgver}.tar.gz")
19
md5sums=('d7de814fe41c1bd1c75d08c98ad6d071')
20
sha256sums=('80bfa3e0228e88e290dd23eb94d9bb1f4d726fb117c11cfb048cbdd1d71d379a')
21
22
if [ "${pkgname%-git}" != "${pkgname}" ]; then
23
makedepends+=('git')
24
provides=("${pkgname%-*}=${pkgver%.r*}")
25
conflicts=("${pkgname%-*}")
26
_srcdir='nopollgit'
27
source[0]="${_srcdir}::git://github.com/ASPLes/nopoll.git"
28
md5sums[0]='SKIP'
29
sha256sums[0]='SKIP'
30
pkgver() {
31
#cat "${_srcdir}/VERSION"
32
cd "${_srcdir}"
33
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
34
}
35
else
36
true # && pkgver="${pkgver%.b*}"
37
fi
38
39
build() {
40
set -u
41
cd "${_srcdir}"
42
if [ ! -s 'configure' ]; then
43
./autogen.sh --prefix='/usr'
44
elif [ ! -s 'Makefile' ]; then
45
./configure --prefix='/usr' --enable-maintainer-mode
46
fi
47
make -s
48
set +u
49
}
50
51
package() {
52
set -u
53
cd "${_srcdir}"
54
make -j1 DESTDIR="${pkgdir}/" install
55
set +u
56
}
57
set +u
58
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |