liblogcpp
maintainer nullptr_t
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from the project's own Git host, which is not on the whitelist but plausibly legitimate; building from project-owned infrastructure with verified checksum is 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 tarball from the project's own Git host, which is not on the whitelist but plausibly legitimate; building from project-owned infrastructure with verified checksum is 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:15
source=("liblogcpp-v${pkgver}.tar.gz::https://git.0ptr.de/nullptr_t/${pkgname}/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Sebastian Lau <lauseb644 _at_ gmail _dot_ com>
2
3
pkgname="liblogcpp"
4
pkgver=1.9.4
5
pkgrel=1
6
pkgdesc="An intuitive and highly customizable LGPL library for logging with C++."
7
arch=('x86_64' 'i686' 'armv6h' 'armv7h')
8
url="https://git.0ptr.de/nullptr_t/liblogcpp.git"
9
license=('LGPL3')
10
replaces=('liblogcpp-qt')
11
provides=('liblogcpp')
12
conflicts=('liglogcpp-git')
13
depends=()
14
makedepends=('cmake')
15
source=("liblogcpp-v${pkgver}.tar.gz::https://git.0ptr.de/nullptr_t/${pkgname}/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz")
16
sha256sums=('74152f35813444e3abd4d244f4bcdd10e432690a6d010ba01679d2c75734fa06')
17
18
19
20
prepare() {
21
[[ -e "$srcdir/build" ]] && rm -r "$srcdir/build"
22
mkdir "$srcdir/build"
23
[[ -e "$srcdir/build-static" ]] && rm -r "$srcdir/build-static"
24
mkdir "$srcdir/build-static"
25
}
26
27
build() {
28
cd "$srcdir/build"
29
30
cmake -DCMAKE_INSTALL_PREFIX:PATH="/usr" \
31
-DCMAKE_BUILD_TYPE=Release \
32
-DLOGCPP_SHARED=1 \
33
-DLOGCPP_INSTALL_LIBS=ON \
34
"../liblogcpp-v$pkgver"
35
36
make
37
38
cd "$srcdir/build-static"
39
40
cmake -DCMAKE_INSTALL_PREFIX:PATH="/usr" \
41
-DCMAKE_BUILD_TYPE=Release \
42
"../liblogcpp-v$pkgver"
43
44
make
45
}
46
47
package() {
48
cd "$srcdir/build"
49
make DESTDIR="${pkgdir}" install
50
51
cd "$srcdir/build-static"
52
install "$srcdir/build-static/liblogcpp.a" "$pkgdir/usr/lib/liblogcpp.a"
53
}
54
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 |