carve
maintainer net147
· 2 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a historical archive from Google Code, hosted on a non-whitelisted but plausible Google domain; it is a source tarball for a build, not a prebuilt executable, and the worst case of a swap is unverified source code, not remote 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 source is a historical archive from Google Code, hosted on a non-whitelisted but plausible Google domain; it is a source tarball for a build, not a prebuilt executable, and the worst case of a swap is unverified source code, not remote 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:12
source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${pkgname}/${pkgname}-${pkgver}.tgz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Jonathan Liu <net147@gmail.com>
2
pkgname=carve
3
pkgver=1.4.0
4
pkgrel=4
5
pkgdesc="Fast, robust constructive solid geometry library"
6
arch=('i686' 'x86_64')
7
url="http://code.google.com/p/carve/"
8
license=('GPL')
9
depends=('gcc-libs')
10
makedepends=('boost' 'cmake' 'freeglut')
11
optdepends=('freeglut: carve-view')
12
source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${pkgname}/${pkgname}-${pkgver}.tgz"
13
"boost.patch"
14
"read_ply.patch"
15
"rng.patch")
16
md5sums=('5c3ea3b80e94adc549611f80e729acc9'
17
'126433e01f1eeef41a7b1b5e9c0207df'
18
'a3eda1e28e52a4acb08d5ba061ab560d'
19
'b2f407c6d8e1fbc9d436a1fef4f611e3')
20
21
build() {
22
cd "${srcdir}/${pkgname}-${pkgver}"
23
patch -Np1 -i "${srcdir}/boost.patch"
24
patch -Np1 -i "${srcdir}/read_ply.patch"
25
patch -Np1 -i "${srcdir}/rng.patch"
26
[[ -d build ]] && rm -r build
27
mkdir build && cd build
28
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
29
make
30
}
31
32
package() {
33
cd "${srcdir}/${pkgname}-${pkgver}"
34
install -D -m644 include/carve/gnu_cxx.h "${pkgdir}/usr/include/carve/gnu_cxx.h"
35
cd "${srcdir}/${pkgname}-${pkgver}/build"
36
make DESTDIR="${pkgdir}" install
37
install -D -m644 include/carve/config.h "${pkgdir}/usr/include/carve/config.h"
38
rmdir "${pkgdir}/usr/include/carve/external"
39
for x in convert intersect triangulate view; do
40
mv "${pkgdir}/usr/bin/${x}" "${pkgdir}/usr/bin/${pkgname}-$x"
41
done
42
}
43
44
# vim:set ts=2 sw=2 et:
45
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 |