fldigi-docs
maintainer not_anonymous
· 2 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds documentation from the project's own git repository on SourceForge, which is a standard and trusted source for the project; the non-whitelisted host is a false concern as git.code.sf.net is part of SourceForge's official infrastructure.
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 package builds documentation from the project's own git repository on SourceForge, which is a standard and trusted source for the project; the non-whitelisted host is a false concern as git.code.sf.net is part of SourceForge's official infrastructure.
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:16
source=("$_pkgname::git://git.code.sf.net/p/$_author/$_pkgname#branch=master")
PKGBUILD
1 offending line(s) highlighted
1
# Contributor: [Vitaliy Berdinskikh](mailto:ur6lad@archlinux.org.ua) aka UR6LAD
2
# Original Submitter: Bob Finch <w9ya@qrparci.net>
3
4
pkgname=fldigi-docs
5
_pkgname=fldigi
6
__pkgname=FLDigi
7
_author=fldigi
8
pkgver=4.1.20
9
pkgrel=1
10
pkgdesc="Documentation/help when using FLDIGI w/out i-net access - Ham Radio"
11
arch=('any')
12
url="http://www.w1hkj.com/FldigiHelp/index.html"
13
license=('GPL')
14
optdepends=('fldigi' 'epdfview')
15
makedepends=('git' 'doxygen' 'texlive-latexextra')
16
source=("$_pkgname::git://git.code.sf.net/p/$_author/$_pkgname#branch=master")
17
#http://w1hkj.com/${_pkgname}-help/${__pkgname}_Users_Manual.pdf
18
#https://sourceforge.net/projects/$_pkgname/files/$_pkgname/${_pkgname}-help.pdf
19
20
pkgver() {
21
cd $_pkgname
22
23
git describe --tags | sed -r 's/-([0-9,a-g,A-G]{7}.*)//' | sed 's/^v//g' | sed 's/-2//g'
24
# git describe --tags | sed 's/^v//g'
25
}
26
27
build() {
28
cd $srcdir/$_pkgname/${_pkgname}_doxygen
29
30
./make_docs.sh # <- Use this for ONLY User's Manual
31
# ./make_docs.sh prog user # <- Use to add Programmer's Ref. Manual
32
}
33
34
package() {
35
cd $srcdir/$_pkgname/${_pkgname}_doxygen
36
37
mkdir -p $pkgdir/usr/share/doc/$_pkgname/html
38
# install -Dm644 compressed_html/* $pkgdir/usr/share/doc/$_pkgname
39
install -Dm644 user_docs/html/* $pkgdir/usr/share/doc/$_pkgname/html
40
install -Dm644 pdf/* $pkgdir/usr/share/doc/$_pkgname
41
}
42
md5sums=('SKIP')
43
sha256sums=('SKIP')
44
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 |