cdwifi-autoaccept
LOW
maintainer Mr.Tao
0 votes
scanned 2026-08-19 03:41:13.749572
Why flagged
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
Triggered rules
Low
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
PKGBUILD
1
# Maintainer: Mr. Tao <tao@post.cz>
2
3
pkgname=cdwifi-autoaccept
4
pkgver=0.1.0
5
pkgrel=1
6
pkgdesc='Guarded automatic acceptance for the CDWiFi captive portal'
7
url='https://github.com/Mr-Tao/cdwifi-autoaccept'
8
arch=('any')
9
license=('Apache-2.0')
10
11
depends=(
12
'bash'
13
'curl>=8.4'
14
'grep'
15
'networkmanager>=1.16'
16
'python>=3.11'
17
'systemd>=247'
18
)
19
20
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
21
sha256sums=('e4df62a258d1ba29145f972307c9e9b8eabe416119b3378573877e6618d6219d')
22
23
check() {
24
cd "$pkgname-$pkgver"
25
PYTHONDONTWRITEBYTECODE=1 python3 -m unittest discover -s tests -v
26
}
27
28
package() {
29
cd "$pkgname-$pkgver"
30
python3 packaging/stage.py --destdir "$pkgdir"
31
}
32
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-19 03:41:13 | Low | 1 |