ceres-solver-legacy
The source is a tarball from the project's official domain (ceres-solver.org), which is plausibly the project's own release infrastructure; building from official project sources is normal AUR packaging, even if the host isn't on a whitelist.
Triggered rules
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 official domain (ceres-solver.org), which is plausibly the project's own release infrastructure; building from official project sources is normal AUR packaging, even if the host isn't on a whitelist.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:17
source=("http://ceres-solver.org/ceres-solver-${pkgver}.tar.gz"
PKGBUILD
1 offending line(s) highlighted# Maintainer: kino <cybao292261@163.com>
# Contributor: dtag <dtag00@gmail.com>
pkgname=ceres-solver-legacy
pkgver=1.14.0
pkgrel=6
pkgdesc="Solver for nonlinear least squares problems. Legacy version needed for google cartographer"
arch=('i686' 'x86_64')
url="http://ceres-solver.org/"
license=('LGPL')
makedepends=('cmake' 'eigen>=3.3.0')
depends=('google-glog>=0.3.4' 'suitesparse>=4.4.5')
optdepends=('openmp')
provides=(ceres-solver)
conflicts=(ceres-solver)
source=("http://ceres-solver.org/ceres-solver-${pkgver}.tar.gz"
"ceres-solver-fix-cmake-findtbb.patch"
"ceres-solver-fix-suitesparse-7.2.patch")
sha256sums=('4744005fc3b902fed886ea418df70690caa8e2ff6b5a90f3dd88a3d291ef8e8e'
'6166866bf678ac26acaf0c95279c02a039652856f924b2782dff4d46bb39402b'
'30020a2a3d6827e269ab3ec4c14397c3ce2ab2b19afc85e61ae268dd301dec7b')
options=('staticlibs')
_cmakeopts=('-D CMAKE_BUILD_TYPE=Release'
'-D CMAKE_INSTALL_PREFIX=/usr'
'-D EIGENSPARSE=ON'
'-D CXX11=ON'
'-D BUILD_SHARED_LIBS=ON'
'-D BUILD_TESTING=OFF'
'-D BUILD_EXAMPLES=OFF')
prepare() {
cd $srcdir/ceres-solver-$pkgver
patch -p1 -i "$srcdir"/ceres-solver-fix-cmake-findtbb.patch
patch -p1 -i "$srcdir"/ceres-solver-fix-suitesparse-7.2.patch
}
build() {
cd $srcdir/ceres-solver-$pkgver
mkdir -p ./build
cd ./build
cmake ${_cmakeopts[@]} ../ -DLIB_SUFFIX=""
make
}
package() {
cd $srcdir/ceres-solver-$pkgver/build/
make DESTDIR=$pkgdir install
install -Dm644 ../LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |