xhtml-1-docs
maintainer kkl2401
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a documentation tarball from the official W3C website, which is the legitimate source for this content; the non-whitelisted host is the project's own domain, and the content is non-executable documentation, so the worst case of a swapped source is limited to misinformation or broken links, not code execution.
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 downloads a documentation tarball from the official W3C website, which is the legitimate source for this content; the non-whitelisted host is the project's own domain, and the content is non-executable documentation, so the worst case of a swapped source is limited to misinformation or broken links, not code execution.
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:13
source=("http://www.w3.org/TR/2010/REC-xhtml11-${_version}/xhtml11.tgz")
PKGBUILD
1 offending line(s) highlighted
1
# Contributor: Ondrej Kucera <ondrej.kucera@centrum.cz>
2
3
pkgname=xhtml-1-docs
4
_version=20101123
5
pkgver=1.1.${_version}
6
pkgrel=2
7
pkgdesc="XHTML 1.1 Documentation"
8
arch=('any')
9
url="http://www.w3.org/TR/xhtml11"
10
license=('W3C')
11
depends=("xhtml-modularization-1-docs")
12
options=('docs' '!strip')
13
source=("http://www.w3.org/TR/2010/REC-xhtml11-${_version}/xhtml11.tgz")
14
md5sums=('56366fb9ff58b79a2de71f127b9baf76')
15
replaces=('xhtml11-doc')
16
17
build(){
18
cd "$srcdir/xhtml11-${_version}"
19
sed -i 's%http://www.w3.org/TR/xhtml-modularization/%../xhtml-modularization-1/%g' *.html
20
}
21
22
package() {
23
cd "$srcdir"
24
mkdir -p "$pkgdir/usr/share/doc"
25
cp -rf "xhtml11-${_version}" "$pkgdir/usr/share/doc/xhtml-1"
26
}
27
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 |