mingw-w64-coin-or-asl

maintainer xantares · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source is a tarball from a GitHub Pages domain (coin-or-tools.github.io), which hosts the project's own release assets; this is a common and legitimate hosting method for GitHub projects, and the file is verified with a fixed SHA256 checksum, making the risk low despite the non-whitelisted host.

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 a GitHub Pages domain (coin-or-tools.github.io), which hosts the project's own release assets; this is a common and legitimate hosting method for GitHub projects, and the file is verified with a fixed SHA256 checksum, making the risk low despite the non-whitelisted host.

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:16 https://coin-or-tools.github.io/ThirdParty-ASL/solvers-64919f75f.tgz)

PKGBUILD

1 offending line(s) highlighted
1pkgname=mingw-w64-coin-or-asl
2pkgver=2.1.0
3pkgrel=1
4pkgdesc="COIN-OR autotools harness to build AMPL Solver Library (mingw-w64)"
5arch=('any')
6url="https://github.com/coin-or-tools/ThirdParty-ASL/"
7license=('MIT')
8groups=('mingw-w64-coin-or')
9depends=('mingw-w64-crt')
10provides=('mingw-w64-coin-or-coinasl')
11conflicts=('mingw-w64-coin-or-coinasl')
12replaces=('mingw-w64-coin-or-coinasl')
13makedepends=('mingw-w64-configure' 'mingw-w64-wine')
14options=('!buildflags' '!strip' 'staticlibs')
15source=("https://github.com/coin-or-tools/ThirdParty-ASL/archive/releases/$pkgver.tar.gz"
16 https://coin-or-tools.github.io/ThirdParty-ASL/solvers-64919f75f.tgz)
17sha256sums=('633e9d42b015a5a6a9ae324cac5736af1605fb74eb18299a54912b67d1a69be7'
18 'e212926d1d797701adc901ef18eaab6b15edd13f9281dd8c9266e3cdaf8c2dd3')
19_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
20
21prepare () {
22 cd "ThirdParty-ASL-releases-$pkgver"
23 ln -sf ../solvers .
24}
25
26build() {
27 cd "ThirdParty-ASL-releases-$pkgver"
28 for _arch in ${_architectures}; do
29 mkdir -p build-${_arch} && pushd build-${_arch}
30 LDFLAGS="-lssp" ${_arch}-configure lt_cv_deplibs_check_method=pass_all ..
31 make MINGW_TARGET=${_arch}
32 popd
33 done
34}
35
36package() {
37 for _arch in ${_architectures}; do
38 cd "${srcdir}/ThirdParty-ASL-releases-${pkgver}/build-${_arch}"
39 make DESTDIR="${pkgdir}" install
40 ${_arch}-strip --strip-unneeded "$pkgdir"/usr/${_arch}/bin/*.dll
41 ${_arch}-strip -g "$pkgdir"/usr/${_arch}/lib/*.a
42 done
43}
44

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion