atlassian-confluence-lts

LOW
maintainer orphaned 0 votes scanned 2026-09-17 00:27:14.276658
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
6pkgname=atlassian-confluence-lts
7pkgver=7.4.3
8pkgrel=1
9pkgdesc="Enterprise wiki (Enterprise Release)"
10url="https://www.atlassian.com/software/confluence"
11license=('custom')
12arch=('any')
13conflicts=('atlassian-confluence')
14depends=('java-environment=8')
15optdepends=('mysql-connector-java: connect to MySQL')
16backup=('etc/conf.d/confluence'
17 'etc/webapps/atlassian-confluence/server.xml')
18install='confluence.install'
19source=("http://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-$pkgver.tar.gz"
20 'confluence.conf.d'
21 'confluence.service')
22sha256sums=('7192fa6bd7dc28bb45fab451ae2272287ed8ba74eb220ab6e73f7cb3e173d689'
23 'a6304ba13a8ab1e27761bd3be71d05d2c2e3d61ea308316f4a04723ea4b30fc1'
24 'd51ad7cb3eb8a4d5553a26fd5567867345bb4ae9a10876fc2bee7b6ab8800824')
25
26package() {
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)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