tcpreen
MEDIUM
maintainer Zorbatron
0 votes
scanned 2026-09-15 15:19:57.334228
Why flagged
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
Triggered rules
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=("https://www.remlab.net/files/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Zorbatron <46525467+Zorbatron@users.noreply.github.com>
2
3
pkgname=tcpreen
4
pkgver=1.4.4
5
pkgrel=1
6
7
pkgdesc='A simple tool to monitor and analyze data transmitted between clients and servers through connection-oriented streams data such as a TCP sessions'
8
arch=('x86_64')
9
url='https://www.remlab.net/tcpreen/'
10
license=('GPL-2.0-only')
11
depends=('libstdc++' 'libgcc' 'glibc')
12
conflicts=('tcpreen')
13
source=("https://www.remlab.net/files/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
14
sha256sums=('6b2d712929184f6332d9760c943124873f8e6cb6ecdc2aca8fb793a1bc4c5cf9')
15
16
build() {
17
cd "${srcdir}/${pkgname}-${pkgver}"
18
./configure --prefix=/usr
19
make
20
}
21
22
package() {
23
cd "${srcdir}/${pkgname}-${pkgver}"
24
make DESTDIR="${pkgdir}" install
25
}
26
Changes since previous scan
--- PKGBUILD @ 2026-06-19 19:07+++ PKGBUILD @ 2026-09-15 15:19@@ -7,7 +7,8 @@ pkgdesc='A simple tool to monitor and analyze data transmitted between clients and servers through connection-oriented streams data such as a TCP sessions' arch=('x86_64') url='https://www.remlab.net/tcpreen/'-license=('GPL-2.0')+license=('GPL-2.0-only')+depends=('libstdc++' 'libgcc' 'glibc') conflicts=('tcpreen') source=("https://www.remlab.net/files/${pkgname}/${pkgname}-${pkgver}.tar.bz2") sha256sums=('6b2d712929184f6332d9760c943124873f8e6cb6ecdc2aca8fb793a1bc4c5cf9')@@ -15,8 +16,7 @@ build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure --prefix=/usr- make clean- make -j $(nproc)+ make } package() {Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-15 15:19:57 | Medium | 1 |
| 2026-06-19 19:07:35 | Clean | 2 |
| 2026-06-19 18:54:17 | Clean | 2 |
| 2026-06-18 16:11:54 | Medium | 1 |