ee-editor
maintainer aksr
· 26 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a historical tarball from web.archive.org, hosting the original project's source code; building from archived upstream source is normal for legacy software and poses low risk.
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 source is a historical tarball from web.archive.org, hosting the original project's source code; building from archived upstream source is normal for legacy software and poses low risk.
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:12
source=("http://web.archive.org/web/20120716042037/http://mahon.cwx.net/sources/$_pkgname-$pkgver.src.tgz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: aksr <aksr at t-com dot me>
2
pkgname=ee-editor
3
_pkgname=ee
4
pkgver=1.5.2
5
pkgrel=5
6
_realname='easyedit'
7
pkgdesc='EasyEdit, a classic curses text editor. Born in HP-UX, used in FreeBSD.'
8
arch=('i686' 'x86_64')
9
url='http://www.users.qwest.net/~hmahon/'
10
license=('BSD')
11
depends=(ncurses)
12
source=("http://web.archive.org/web/20120716042037/http://mahon.cwx.net/sources/$_pkgname-$pkgver.src.tgz"
13
'BSD-2_clause')
14
md5sums=('6e32713121f54cd021abf9b6e726a7b5'
15
'99184c6b857f9d2d49046d2b896f1692')
16
sha1sums=('da0697f34e407c010754922531b2f94bd7a589f8'
17
'14719494c1780f00bd2017bfced9ad73e6f26639')
18
sha256sums=('e08d7511a48b43ee354042fe3fe7d9cb3431238caedcf4ac729c61a447003918'
19
'5b2531f7c9363e2bc2212cc8e20f321793319bf564353b20a189b852a0e562cb')
20
21
prepare() {
22
cd "$srcdir/$_realname-$pkgver"
23
sed -i '555s/SIGUNUSED/24/' ee.c
24
sed -i '247s/-s/& -fcommon/' create.make
25
}
26
27
build() {
28
cd "$srcdir/$_realname-$pkgver"
29
./create.make
30
sed -i 's/-Werror=format-security//' make.local
31
make -f make.local curses
32
}
33
34
package() {
35
cd "$srcdir/$_realname-$pkgver"
36
mkdir -p $pkgdir/usr/{bin,share/{man/man1,licenses/$pkgname}}
37
install -sm755 ee $pkgdir/usr/bin
38
install -m755 ee.1 $pkgdir/usr/share/man/man1
39
install -m644 "$srcdir/BSD-2_clause" $pkgdir/usr/share/licenses/$pkgname/LICENSE
40
}
41
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 |