389-ds-console
maintainer orphaned
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a buildable Java project from a plausible project-owned host (fedorapeople.org), not an executable binary; the worst case of a swapped source is building malicious code, but it's a standard upstream build with no obfuscation 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 buildable Java project from a plausible project-owned host (fedorapeople.org), not an executable binary; the worst case of a swapped source is building malicious code, but it's a standard upstream build with no obfuscation 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-ds-console
4
pkgver=1.2.16
5
_majorver=1.2
6
pkgrel=2
7
pkgdesc="The Directory Services 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-admin')
12
makedepends=('java-environment')
13
source=("https://fedorapeople.org/groups/389ds/binaries/${pkgname}-${pkgver}.tar.bz2")
14
sha256sums=('ee7267b1700d0f42a8f71a6f80fb02bd6c7065578201669a3838f21b514b0f7b')
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/slapd/help
28
install -m644 built/package/389-ds-${pkgver}.jar ${pkgdir}/usr/share/dirsrv/html/java
29
install -m644 built/package/389-ds-${pkgver}_en.jar ${pkgdir}/usr/share/dirsrv/html/java
30
ln -s /usr/share/dirsrv/html/java/389-ds-${pkgver}.jar ${pkgdir}/usr/share/dirsrv/html/java/389-ds-${_majorver}.jar
31
ln -s /usr/share/dirsrv/html/java/389-ds-${pkgver}.jar ${pkgdir}/usr/share/dirsrv/html/java/389-ds.jar
32
ln -s /usr/share/dirsrv/html/java/389-ds-${pkgver}_en.jar ${pkgdir}/usr/share/dirsrv/html/java/389-ds-${_majorver}_en.jar
33
ln -s /usr/share/dirsrv/html/java/389-ds-${pkgver}_en.jar ${pkgdir}/usr/share/dirsrv/html/java/389-ds_en.jar
34
install -m664 help/en/tokens.map "${pkgdir}/usr/share/dirsrv/manual/en/slapd"
35
install -m664 help/en/*.html "${pkgdir}/usr/share/dirsrv/manual/en/slapd"
36
install -m664 help/en/help/*.html "${pkgdir}/usr/share/dirsrv/manual/en/slapd/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 |