389-admin-console
maintainer orphaned
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from a fedorapeople.org subdomain, which is a standard hosting provider for Fedora project contributors; the package builds a Java JAR from source and installs documentation and compiled code, with no evidence of malicious activity or remote code execution.
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 fedorapeople.org subdomain, which is a standard hosting provider for Fedora project contributors; the package builds a Java JAR from source and installs documentation and compiled code, with no evidence of malicious activity or remote code execution.
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:13
source=("https://fedorapeople.org/groups/389ds/binaries/${pkgname}-${pkgver}.tar.bz2")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Jameson Pugh <imntreal@gmail.com>
2
3
pkgname=389-admin-console
4
pkgver=1.1.12
5
_majorver=1.1
6
pkgrel=3
7
pkgdesc="The Admin Server componenet of the 389 Directory Server console for install from the Admin Server.."
8
arch=('any')
9
url="http://port389.org"
10
license=('GPL')
11
depends=('389-console')
12
makedepends=('apache-ant')
13
source=("https://fedorapeople.org/groups/389ds/binaries/${pkgname}-${pkgver}.tar.bz2")
14
sha256sums=('9eea595bc74b0f704a2f9621258c7d96f6850fddf764af7c221f7a65f5335237')
15
16
build() {
17
cd "${srcdir}/${pkgname}-${pkgver}"
18
19
ant -Dbuilt.dir=${srcdir}/${pkgname}-${pkgver}/built \
20
-Dconsole.location=/usr/share/java
21
}
22
23
package(){
24
cd "${srcdir}/${pkgname}-${pkgver}"
25
26
install -d ${pkgdir}/usr/share/dirsrv/html/java
27
install -d ${pkgdir}/usr/share/dirsrv/manual/en/admin/help
28
install -m644 built/package/389-admin-${pkgver}.jar ${pkgdir}/usr/share/dirsrv/html/java
29
install -m644 built/package/389-admin-${pkgver}_en.jar ${pkgdir}/usr/share/dirsrv/html/java
30
ln -s /usr/share/dirsrv/html/java/389-admin-${pkgver}.jar ${pkgdir}/usr/share/dirsrv/html/java/389-admin-${_majorver}.jar
31
ln -s /usr/share/dirsrv/html/java/389-admin-${pkgver}.jar ${pkgdir}/usr/share/dirsrv/html/java/389-admin.jar
32
ln -s /usr/share/dirsrv/html/java/389-admin-${pkgver}_en.jar ${pkgdir}/usr/share/dirsrv/html/java/389-admin-${_majorver}_en.jar
33
ln -s /usr/share/dirsrv/html/java/389-admin-${pkgver}_en.jar ${pkgdir}/usr/share/dirsrv/html/java/389-admin_en.jar
34
install -m664 help/en/tokens.map "${pkgdir}/usr/share/dirsrv/manual/en/admin/"
35
install -m664 help/en/*.html "${pkgdir}/usr/share/dirsrv/manual/en/admin/"
36
install -m664 help/en/help/*.html "${pkgdir}/usr/share/dirsrv/manual/en/admin/help"
37
}
38
39
# vim:set ts=2 sw=2 et:
40
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 |