codeql

MEDIUM
maintainer jonathanio 5 votes scanned 2026-09-06 17:12:21.241024
View on AUR
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
6pkgname=codeql
7pkgver=2.26.4
8pkgrel=1
9epoch=
10pkgdesc="The CLI tool for GitHub's CodeQL"
11arch=('i686' 'x86_64')
12url="https://github.com/github/codeql-cli-binaries"
13license=('custom')
14groups=()
15depends=()
16makedepends=()
17checkdepends=()
18optdepends=()
19provides=()
20conflicts=()
21replaces=()
22backup=()
23options=(!strip)
24install=
25changelog=
26source=("$pkgname-v$pkgver.zip::https://github.com/github/codeql-cli-binaries/releases/download/v$pkgver/codeql-linux64.zip")
27sha256sums=('d372d54345e058fe6f7ff8074acd155522fff6770b8d72ee1371ea89deafa193')
28
29noextract=()
30
31prepare() {
32 cd "$srcdir"
33
34 ln -sf "lib64trace.so" "codeql/tools/linux64/libtrace.so"
35}
36
37package() {
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)SeverityRules
2026-09-06 17:12:21 Medium 1
2026-06-19 22:34:54 Clean 0

Report a package

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

0 / 4000
Your suggestion