atlassian-confluence-lts
maintainer orphaned
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source URL is hosted on Atlassian's official domain, which is the legitimate provider of Confluence, and the download is a standard part of building the package from official sources; the non-whitelisted host is a false positive due to domain specificity, not a supply-chain risk.
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 URL is hosted on Atlassian's official domain, which is the legitimate provider of Confluence, and the download is a standard part of building the package from official sources; the non-whitelisted host is a false positive due to domain specificity, not a supply-chain risk.
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:19
source=("http://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-$pkgver.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Felix Golatofski <contact@xdfr.de>
2
# Contributor: Dennis S. <dennis@stengele.me>
3
# Contributor: Sebastien Bariteau <numkem@gmail.com>
4
# Contributor: Vlad M. <vlad@archlinux.net>
5
6
pkgname=atlassian-confluence-lts
7
pkgver=7.4.3
8
pkgrel=1
9
pkgdesc="Enterprise wiki (Enterprise Release)"
10
url="https://www.atlassian.com/software/confluence"
11
license=('custom')
12
arch=('any')
13
conflicts=('atlassian-confluence')
14
depends=('java-environment=8')
15
optdepends=('mysql-connector-java: connect to MySQL')
16
backup=('etc/conf.d/confluence'
17
'etc/webapps/atlassian-confluence/server.xml')
18
install='confluence.install'
19
source=("http://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-$pkgver.tar.gz"
20
'confluence.conf.d'
21
'confluence.service')
22
sha256sums=('7192fa6bd7dc28bb45fab451ae2272287ed8ba74eb220ab6e73f7cb3e173d689'
23
'a6304ba13a8ab1e27761bd3be71d05d2c2e3d61ea308316f4a04723ea4b30fc1'
24
'd51ad7cb3eb8a4d5553a26fd5567867345bb4ae9a10876fc2bee7b6ab8800824')
25
26
package() {
27
mkdir -p "$pkgdir/opt/atlassian-confluence/"
28
cp -r "$srcdir/atlassian-confluence-$pkgver/"* "$pkgdir/opt/atlassian-confluence/"
29
30
# Copy License
31
mkdir -p "${pkgdir}/usr/share/licenses/atlassian-confluence"
32
cp "${pkgdir}/opt/atlassian-confluence/LICENSE" "${pkgdir}/usr/share/licenses/atlassian-confluence/LICENSE"
33
34
# remove unneeded files
35
find "$pkgdir/opt/atlassian-confluence/bin" -name '*.bat' -type f -exec rm "{}" \;
36
find "$pkgdir/opt/atlassian-confluence/bin" -name '*.exe' -type f -exec rm "{}" \;
37
find "$pkgdir/opt/atlassian-confluence/bin" -name '*.dll' -type f -exec rm "{}" \;
38
find "$pkgdir/opt/atlassian-confluence/bin" -name '*.x64' -type f -exec rm "{}" \;
39
find "$pkgdir/opt/atlassian-confluence/bin" -name '*.sh' -type f -exec rm "{}" \;
40
find "$pkgdir/opt/atlassian-confluence/bin" -name '*.command' -type f -exec rm "{}" \;
41
42
# Set home dir
43
echo "confluence.home=/var/opt/atlassian-confluence" > "$pkgdir/opt/atlassian-confluence/confluence/WEB-INF/classes/confluence-init.properties"
44
45
# Move server.xml to /etc and create symlink
46
mkdir -p "${pkgdir}/etc/webapps/atlassian-confluence"
47
mv "${pkgdir}/opt/atlassian-confluence/conf/server.xml" "${pkgdir}/etc/webapps/atlassian-confluence/server.xml"
48
ln -s "/etc/webapps/atlassian-confluence/server.xml" "${pkgdir}/opt/atlassian-confluence/conf/server.xml"
49
50
# Create home directory
51
install -dm755 "$pkgdir/var/opt/atlassian-confluence"
52
53
# Install systemd unit
54
install -Dm644 "$srcdir/confluence.service" "$pkgdir/usr/lib/systemd/system/confluence.service"
55
install -Dm644 "$srcdir/confluence.conf.d" "$pkgdir/etc/conf.d/confluence"
56
}
57
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 |