codeql
MEDIUM
maintainer jonathanio
5 votes
scanned 2026-09-06 17:12:21.241024
Why flagged
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
Triggered rules
Medium
Recently orphaned & re-adopted
orphaned_readopted
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
PKGBUILD
1
# Current Maintainer: Jonathan Wright <jon@than.io>
2
# Former Maintainer: Eduard Tanase <eduard dot tanase1 at gmail dot com>
3
# Former Maintainer: froub (https://aur.archlinux.org/account/froub)
4
# Contributor: Sauyon Lee <me at sjl dot re>
5
6
pkgname=codeql
7
pkgver=2.26.4
8
pkgrel=1
9
epoch=
10
pkgdesc="The CLI tool for GitHub's CodeQL"
11
arch=('i686' 'x86_64')
12
url="https://github.com/github/codeql-cli-binaries"
13
license=('custom')
14
groups=()
15
depends=()
16
makedepends=()
17
checkdepends=()
18
optdepends=()
19
provides=()
20
conflicts=()
21
replaces=()
22
backup=()
23
options=(!strip)
24
install=
25
changelog=
26
source=("$pkgname-v$pkgver.zip::https://github.com/github/codeql-cli-binaries/releases/download/v$pkgver/codeql-linux64.zip")
27
sha256sums=('d372d54345e058fe6f7ff8074acd155522fff6770b8d72ee1371ea89deafa193')
28
29
noextract=()
30
31
prepare() {
32
cd "$srcdir"
33
34
ln -sf "lib64trace.so" "codeql/tools/linux64/libtrace.so"
35
}
36
37
package() {
38
cd "$srcdir"
39
40
install -Dm644 codeql/LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
41
42
install -dm755 "$pkgdir/opt"
43
cp -r "codeql" "$pkgdir/opt/$pkgname"
44
45
install -dm755 "$pkgdir/usr/bin"
46
ln -s "../../opt/$pkgname/codeql" "$pkgdir/usr/bin/codeql"
47
}
48
49
# vim:set ts=2 sw=2 et:
50
Changes since previous scan
--- PKGBUILD @ 2026-06-19 22:34+++ PKGBUILD @ 2026-09-06 17:12@@ -1,10 +1,10 @@+# Current Maintainer: Jonathan Wright <jon@than.io> # Former Maintainer: Eduard Tanase <eduard dot tanase1 at gmail dot com>-# Current Maintainer: froub (https://aur.archlinux.org/account/froub)+# Former Maintainer: froub (https://aur.archlinux.org/account/froub) # Contributor: Sauyon Lee <me at sjl dot re> - pkgname=codeql-pkgver=2.23.8+pkgver=2.26.4 pkgrel=1 epoch= pkgdesc="The CLI tool for GitHub's CodeQL"@@ -24,7 +24,7 @@ install= changelog= source=("$pkgname-v$pkgver.zip::https://github.com/github/codeql-cli-binaries/releases/download/v$pkgver/codeql-linux64.zip")-sha256sums=('e61bc8aa8d86d45acd9d1c36629a12bbfb3365cd07a31666a2ebc91c6a1940b2')+sha256sums=('d372d54345e058fe6f7ff8074acd155522fff6770b8d72ee1371ea89deafa193') noextract=() Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-06 17:12:21 | Medium | 1 |
| 2026-06-19 22:34:54 | Clean | 0 |