crc-bin
MEDIUM
maintainer Zpecter
3 votes
scanned 2026-08-19 09:41:53.223783
Why flagged
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
Triggered rules
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:15
"crc-v${pkgver}-linux-amd64.tar.xz::https://developers.redhat.com/content-gateway/file/pub/openshift-v4/clients/crc/${pkgver}/crc-linux-amd64.tar.xz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: sgar <swhaat in github>
2
# Contributor: jbpratt <jbpratt78 at gmail dot com>
3
4
pkgname=crc-bin
5
pkgver=2.63.0
6
pkgrel=1
7
pkgdesc="Red Hat CodeReady Containers is a tool that manages a local OpenShift 4.x cluster optimized for testing and development purposes"
8
url=https://github.com/code-ready/crc
9
arch=("x86_64")
10
provides=("crc")
11
depends=("firewalld" "libvirt" "networkmanager" "qemu-base")
12
license=("APACHE")
13
14
source_x86_64=(
15
"crc-v${pkgver}-linux-amd64.tar.xz::https://developers.redhat.com/content-gateway/file/pub/openshift-v4/clients/crc/${pkgver}/crc-linux-amd64.tar.xz"
16
)
17
b2sums_x86_64=('835fd610e551f51b23e4f68e3895e0f5aa4f6dbed3f42ced9f3b733b8c220f265b8fa89404b55542bb863ed6f5f49c042a3d5bfc94a952b91d2f9fd17d809bf0')
18
19
package() {
20
cd "${srcdir}/${pkgname%-*}-linux-${pkgver}-amd64"
21
install -Dm755 crc "${pkgdir}/usr/bin/crc"
22
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname%-*}/LICENSE"
23
}
24
Changes since previous scan
--- PKGBUILD @ 2026-06-19 19:07+++ PKGBUILD @ 2026-08-19 09:41@@ -2,7 +2,7 @@ # Contributor: jbpratt <jbpratt78 at gmail dot com> pkgname=crc-bin-pkgver=2.60.1+pkgver=2.63.0 pkgrel=1 pkgdesc="Red Hat CodeReady Containers is a tool that manages a local OpenShift 4.x cluster optimized for testing and development purposes" url=https://github.com/code-ready/crc@@ -14,7 +14,7 @@ source_x86_64=( "crc-v${pkgver}-linux-amd64.tar.xz::https://developers.redhat.com/content-gateway/file/pub/openshift-v4/clients/crc/${pkgver}/crc-linux-amd64.tar.xz" )-b2sums_x86_64=('e9a644de02abd146310aaad19d7ad78e2610fdbc4405dfc79a3d2170ba54077fcd5b891a0aa079a8d88ae0c7e773f405773f8ea0ee3d6acbbc5e5ce146df870e')+b2sums_x86_64=('835fd610e551f51b23e4f68e3895e0f5aa4f6dbed3f42ced9f3b733b8c220f265b8fa89404b55542bb863ed6f5f49c042a3d5bfc94a952b91d2f9fd17d809bf0') package() { cd "${srcdir}/${pkgname%-*}-linux-${pkgver}-amd64"Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-19 09:41:53 | Medium | 1 |
| 2026-06-19 19:07:35 | Clean | 2 |
| 2026-06-18 16:11:54 | Medium | 1 |