limesurvey2

maintainer orphaned · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source is a tarball from the project's official download host (download.limesurvey.org), which is plausibly project-owned despite not being on a standard domain; it is not a prebuilt executable or untrusted remote code, and the package installs only static web application files.

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 tarball from the project's official download host (download.limesurvey.org), which is plausibly project-owned despite not being on a standard domain; it is not a prebuilt executable or untrusted remote code, and the package installs only static web application files.

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:22 source=("http://download.limesurvey.org/archived-releases/limesurvey${_version}.zip"

PKGBUILD

1 offending line(s) highlighted
1# LimeSurvey 2.x
2
3_name=limesurvey
4pkgname=limesurvey2
5_version='2.73.1-build171220'
6pkgver="${_version/-/.}"
7pkgrel=1
8pkgdesc='The open source survey application'
9arch=('any')
10url='http://www.limesurvey.org'
11license=('GPL2')
12provides=('limesurvey')
13conflicts=('limesurvey')
14depends=('php>=5.3')
15optdepends=('apache: a supported application server'
16 'nginx: a supported application server'
17 'tomcat6: a supported application server'
18 'tomcat7: a supported application server'
19 'mariadb: MariaDB database support'
20 'mysql: MySQL database support'
21 'postgresql: PostgreSQL database support')
22source=("http://download.limesurvey.org/archived-releases/limesurvey${_version}.zip"
23 'apache.example.conf')
24sha256sums=('8ce7c05304b1d192aa4cfef8af1cdf38338b96c64f5fb50c671e17f2826436fb'
25 '325eefd06cd8e9502b90ff13739f9f3a2d405ab30728c109de202847086357c5')
26
27package() {
28 _limesurvey_installation_path="/usr/share/webapps"
29 _limesurvey_conf_path="/etc/webapps"
30
31 _instdir="${pkgdir}/${_limesurvey_installation_path}"
32 _conf_dir="${pkgdir}/${_limesurvey_conf_path}"
33
34 #install license
35 install -Dm644 "${srcdir}/${_name}/docs/license.txt" "${pkgdir}/usr/share/licenses/${pkgname}/license.txt"
36
37 # install core application in /usr/share/webapps
38 mkdir -p ${_instdir}
39 cp -ra "${srcdir}/${_name}" ${_instdir}
40
41 # install configuration files in /etc/webapps
42 mkdir -p "${_conf_dir}/${_name}"
43 # limesurvey does not work with separate paths, and
44 # for now i will not fix this.
45 #mv "${_instdir}/${_name}/application/config" "${_conf_dir}/${_name}/config"
46 #ln -s "/etc/webapps/${_name}/config" "${_instdir}/${_name}/application/config"
47
48 # set the group that will run the http server to have write permission (for apache it should be http)
49 chgrp -R http "${_instdir}/${_name}/tmp"
50 chmod -R 775 "${_instdir}/${_name}/tmp"
51 chgrp -R http "${_instdir}/${_name}/upload"
52 chmod -R 775 "${_instdir}/${_name}/upload"
53
54 chgrp -R http "${_instdir}/${_name}/application/config"
55 chmod -R 775 "${_instdir}/${_name}/application/config"
56
57 # install apache example config file
58 install -m 644 ${srcdir}/apache.example.conf ${pkgdir}/etc/webapps/${_name}
59}
60

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