cdo
maintainer jesusquerol
· 17 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
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-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 |