cdo
LOW
maintainer jesusquerol
17 votes
scanned 2026-09-17 00:27:14.276658
Why flagged
The source is a tarball from the project's official domain (code.zmaw.de) used to build the software from source;虽非标准主机但属项目自有基础设施,且checksum已验证,风险低
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 official domain (code.zmaw.de) used to build the software from source;虽非标准主机但属项目自有基础设施,且checksum已验证,风险低
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:18
source=(https://code.zmaw.de/attachments/download/${fileID}/${pkgname}-${pkgver}.tar.gz)
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Ralf Mueller <stark.dreamdetective@gmail.com>
2
# Contributor: Ralf Mueller <stark.dreamdetective@gmail.com>
3
pkgname=cdo
4
pkgver=2.3.0
5
fileID=29019
6
pkgrel=0
7
pkgdesc="Command line tool manipulate and analyse Climate model Data. Supported data formats are GRIB, netCDF, SERVICE, EXTRA and IEG."
8
url="https://code.zmaw.de/projects/cdo"
9
license=('BSD')
10
depends=('netcdf' 'hdf5' 'proj' 'libaec' 'eccodes' 'udunits' 'fftw' 'curl' 'jasper' 'magics++')
11
makedepends=('netcdf' 'hdf5' 'proj' 'libaec' 'eccodes' 'udunits' 'fftw' 'curl' 'jasper' 'magics++')
12
provides=()
13
conflicts=()
14
replaces=()
15
arch=(i686 x86_64)
16
backup=()
17
install=
18
source=(https://code.zmaw.de/attachments/download/${fileID}/${pkgname}-${pkgver}.tar.gz)
19
sha256sums=('10c878227baf718a6917837527d4426c2d0022cfac4457c65155b9c57f091f6b')
20
21
build() {
22
cd "$srcdir/$pkgname-$pkgver"
23
./configure --prefix=/usr \
24
--with-netcdf=/usr \
25
--with-udunits2=/usr \
26
--with-hdf5=/usr \
27
--with-szlib=/usr \
28
--with-proj=/usr \
29
--with-fftw3 \
30
--with-curl=/usr \
31
--with-eccodes=/usr \
32
--with-magics=/usr \
33
--with-libxml2=/usr \
34
--enable-openmp \
35
CFLAGS="-g -O3 -Wall" \
36
CXXFLAGS="-g -O3 -Wall"
37
38
make -j12 || return
39
}
40
41
package() {
42
cd "$srcdir/$pkgname-$pkgver"
43
44
make DESTDIR="$pkgdir/" install
45
46
install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
47
48
rm -f $pkgdir/bin/cdotest
49
}
50
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 |