nginx-mod-auth-accessfabric
maintainer jirwin
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The non-standard host is for the official nginx source tarball via nginx.org, which is a legitimate and expected source for building nginx modules, and the module itself is built from the project's own GitHub repository.
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 non-standard host is for the official nginx source tarball via nginx.org, which is a legitimate and expected source for building nginx modules, and the module itself is built from the project's own GitHub repository.
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:15
source=(https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Justin Gallardo <me@jirw.in>
2
3
pkgname=nginx-mod-auth-accessfabric
4
pkgver=1.0.0
5
pkgrel=1
6
7
_nginxver=1.14.0
8
9
pkgdesc='Nginx module for authenticating requests from the ScaleFT Access Fabric'
10
arch=('i686' 'x86_64')
11
depends=('glibc>=2.25' 'nginx' 'xjwt')
12
url="https://github.com/ScaleFt/nginx_auth_accessfabric"
13
license=('Apache')
14
15
source=(https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
16
https://github.com/ScaleFT/nginx_auth_accessfabric/archive/v$pkgver.tar.gz
17
remove_get_entropy.patch
18
)
19
validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8)
20
md5sums=('2d856aca3dfe1d32e3c9f8c4cac0cc95'
21
'SKIP'
22
'28eac06b4247ed32939ca8c70e347342'
23
'b10c128e65a36c7cb22fc9c2ec20ce92')
24
25
prepare() {
26
cd "$srcdir"/nginx_auth_accessfabric-$pkgver
27
patch -Np1 -i "${srcdir}/remove_get_entropy.patch"
28
}
29
30
build() {
31
cd "$srcdir"/nginx-$_nginxver
32
./configure --with-compat --add-dynamic-module=../nginx_auth_accessfabric-$pkgver
33
make modules
34
}
35
36
package() {
37
install -Dm644 "$srcdir/"nginx_auth_accessfabric-$pkgver/LICENSE \
38
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
39
40
cd "$srcdir"/nginx-$_nginxver/objs
41
for mod in *.so; do
42
install -Dm755 $mod "$pkgdir"/etc/nginx/modules/$mod
43
done
44
}
45
46
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 |