atlassian-confluence

LOW
maintainer laetitiavermeil 13 votes scanned 2026-09-17 00:27:14.276658
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-09-17 00:27:14 Low 2
2026-09-16 00:03:17 Low 2
2026-09-15 00:25:31 Low 2
2026-09-14 00:27:57 Low 2
2026-09-13 00:19:54 Low 2
2026-09-12 00:25:17 Low 2
2026-09-11 00:19:22 Low 2
2026-09-10 00:22:44 Low 2
2026-09-09 00:04:09 Low 2
2026-09-08 00:18:08 Low 2
2026-09-07 00:30:15 Low 2
2026-09-06 00:17:06 Low 2
2026-09-05 00:16:27 Low 2
2026-09-04 00:03:13 Low 2
2026-09-03 00:15:47 Low 2
2026-09-02 00:02:31 Low 2
2026-09-01 00:11:19 Low 2
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 Low 2
2026-08-29 00:29:17 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