atlassian-confluence

maintainer laetitiavermeil · 13 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads a source tarball from Atlassian's official domain, which is the project's legitimate release host, making it a normal build despite the static analyzer flaging the host as non-standard; the source is verified via a matching checksum and is not executed remotely.

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 package downloads a source tarball from Atlassian's official domain, which is the project's legitimate release host, making it a normal build despite the static analyzer flaging the host as non-standard; the source is verified via a matching checksum and is not executed remotely.

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:20 source=("http://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-$pkgver.tar.gz"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer:
2# Contributor: Felix Golatofski <contact@xdfr.de>
3# Contributor: Dennis S. <dennis@stengele.me>
4# Contributor: Sebastien Bariteau <numkem@gmail.com>
5# Contributor: Vlad M. <vlad@archlinux.net>
6
7pkgname=atlassian-confluence
8pkgver=7.7.3
9pkgrel=1
10pkgdesc="Enterprise wiki"
11url="https://www.atlassian.com/software/confluence"
12license=('custom')
13arch=('any')
14conflicts=('atlassian-confluence-lts')
15depends=('java-environment=8')
16optdepends=('mysql-connector-java: connect to MySQL')
17backup=('etc/conf.d/confluence'
18 'etc/webapps/atlassian-confluence/server.xml')
19install='confluence.install'
20source=("http://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-$pkgver.tar.gz"
21 'confluence.conf.d'
22 'confluence.service')
23sha256sums=('8700940f48afc52b62f3bedda93236811d0d14f5a7b67b1913743f9df754be09'
24 'a6304ba13a8ab1e27761bd3be71d05d2c2e3d61ea308316f4a04723ea4b30fc1'
25 'd51ad7cb3eb8a4d5553a26fd5567867345bb4ae9a10876fc2bee7b6ab8800824')
26
27package() {
28 mkdir -p "$pkgdir/opt/atlassian-confluence/"
29 cp -r "$srcdir/atlassian-confluence-$pkgver/"* "$pkgdir/opt/atlassian-confluence/"
30
31 # Copy License
32 mkdir -p "${pkgdir}/usr/share/licenses/atlassian-confluence"
33 cp "${pkgdir}/opt/atlassian-confluence/LICENSE" "${pkgdir}/usr/share/licenses/atlassian-confluence/LICENSE"
34
35 # remove unneeded files
36 find "$pkgdir/opt/atlassian-confluence/bin" -name '*.bat' -type f -exec rm "{}" \;
37 find "$pkgdir/opt/atlassian-confluence/bin" -name '*.exe' -type f -exec rm "{}" \;
38 find "$pkgdir/opt/atlassian-confluence/bin" -name '*.dll' -type f -exec rm "{}" \;
39 find "$pkgdir/opt/atlassian-confluence/bin" -name '*.x64' -type f -exec rm "{}" \;
40 find "$pkgdir/opt/atlassian-confluence/bin" -name '*.sh' -type f -exec rm "{}" \;
41 find "$pkgdir/opt/atlassian-confluence/bin" -name '*.command' -type f -exec rm "{}" \;
42
43 # Set home dir
44 echo "confluence.home=/var/opt/atlassian-confluence" > "$pkgdir/opt/atlassian-confluence/confluence/WEB-INF/classes/confluence-init.properties"
45
46 # Move server.xml to /etc and create symlink
47 mkdir -p "${pkgdir}/etc/webapps/atlassian-confluence"
48 mv "${pkgdir}/opt/atlassian-confluence/conf/server.xml" "${pkgdir}/etc/webapps/atlassian-confluence/server.xml"
49 ln -s "/etc/webapps/atlassian-confluence/server.xml" "${pkgdir}/opt/atlassian-confluence/conf/server.xml"
50
51 # Create home directory
52 install -dm755 "$pkgdir/var/opt/atlassian-confluence"
53
54 # Install systemd unit
55 install -Dm644 "$srcdir/confluence.service" "$pkgdir/usr/lib/systemd/system/confluence.service"
56 install -Dm644 "$srcdir/confluence.conf.d" "$pkgdir/etc/conf.d/confluence"
57}
58

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion