ttf-dejavu-emojiless

LOW
maintainer ugoaccardo 17 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package downloads a data file (emoji-data.txt) from unicode.org, a legitimate but non-whitelisted host; this is non-executable data used in font processing, posing minimal risk even if tampered with.

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 data file (emoji-data.txt) from unicode.org, a legitimate but non-whitelisted host; this is non-executable data used in font processing, posing minimal risk even if tampered with.

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 http://www.unicode.org/Public/emoji/1.0/emoji-data.txt

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Andrew Rabert <ar@nullsum.net>
2
3_commit=9b5d1b2ffeec20c7b46aa89c0223d783c02762cf # master
4
5pkgname=ttf-dejavu-emojiless
6pkgver=2.37+18+g9b5d1b2f
7pkgrel=1
8pkgdesc='Derivate of DejaVu without characters listed as emoji, in order not to override color fonts'
9arch=(any)
10url='https://dejavu-fonts.github.io'
11license=(custom)
12makedepends=(fontforge
13 git
14 perl-font-ttf)
15provides=(ttf-font ttf-dejavu)
16conflicts=(ttf-dejavu)
17source=("git+https://github.com/dejavu-fonts/dejavu-fonts.git#commit=$_commit"
18 http://www.unicode.org/Public/emoji/1.0/emoji-data.txt
19 cleaner.py)
20sha256sums=('9d38fcff213462f880756a4c7005cc4b43e90f1ba59d2bcb61e18450d376601a'
21 '4822fed8b857ca26490fe13ab504904a1da59ed18f34ed25cc27fcace0fdf88b'
22 '67056b33de2550ecbb93d269eacd08d508f47892d5fc582d8bd0c211d5787b78')
23
24pkgver() {
25 cd dejavu-fonts
26 git describe --tags |
27 sed 's/^version_//;s/_/./;s/-/+/g'
28}
29
30build() {
31 cd dejavu-fonts
32 make full-ttf
33
34 cd ..
35 for ttf in dejavu-fonts/build/*.ttf; do
36 fontforge -script cleaner.py "$ttf"
37 done
38}
39
40package() {
41 cd dejavu-fonts
42 install -Dm0644 -t "$pkgdir/usr/share/fonts/TTF" build/*.ttf
43 install -Dm0644 -t "$pkgdir/usr/share/fontconfig/conf.avail" fontconfig/*.conf
44 mkdir -p "$pkgdir/usr/share/fontconfig/conf.default"
45 ln -srt "$pkgdir/usr/share/fontconfig/conf.default" \
46 "$pkgdir"/usr/share/fontconfig/conf.avail/*
47 install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
48}
49

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Low 2
2026-09-16 00:03:17 Low 2
2026-09-15 00:25:31 Low 2
2026-09-14 00:27:57 Low 2
2026-09-13 00:19:54 Low 2
2026-09-12 00:25:17 Low 2
2026-09-11 00:19:22 Low 2
2026-09-10 00:22:44 Low 2
2026-09-09 00:04:09 Low 2
2026-09-08 00:18:08 Low 2
2026-09-07 00:30:15 Low 2
2026-09-06 00:17:06 Low 2
2026-09-05 00:16:27 Low 2
2026-09-04 00:03:13 Low 2
2026-09-03 00:15:47 Low 2
2026-09-02 00:02:31 Low 2
2026-09-01 00:11:19 Low 2
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 Low 2
2026-08-29 00:29:17 Low 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion