microsoft-edge-stable-bin
LOW
maintainer ptr1337
156 votes
scanned 2026-09-18 07:27:46.046490
Triggered rules
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:33
source=("https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/${_pkgname}-${_channel}_${pkgver}-1_amd64.deb"
PKGBUILD
1 offending line(s) highlighted
1
2
# Maintainer: Peter Jung <ptr1337@archlinux.org>
3
# Contributor: Aakash Hemadri <aakashhemadri123@gmail.com>
4
# Contributor: Nicolas Narvaez <nicomix1006@gmail.com>
5
# Contributor: Luna Jernberg <droidbittin@gmail.com>
6
# Contributor: EsauPR
7
# Contributor: nowy
8
9
pkgname=microsoft-edge-stable-bin
10
_pkgname=microsoft-edge
11
_pkgshortname=msedge
12
_channel=stable
13
pkgver=153.0.4234.46
14
pkgrel=1
15
pkgdesc="A browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier"
16
arch=('x86_64')
17
url="https://www.microsoftedgeinsider.com/en-us/download"
18
license=('Licenseref-custom')
19
provides=('microsoft-edge-stable' 'edge-stable')
20
conflicts=('microsoft-edge-stable' 'edge-stable' 'edge-stable-bin' 'edge')
21
depends=('gtk3' 'libcups' 'nss' 'alsa-lib' 'libxtst' 'libdrm' 'mesa' 'libxml2')
22
makedepends=('imagemagick')
23
optdepends=(
24
'libpipewire: WebRTC desktop sharing under Wayland'
25
'kdialog: for file dialogs in KDE'
26
'gnome-keyring: for storing passwords in GNOME keyring'
27
'kwallet: for storing passwords in KWallet'
28
'libunity: for download progress on KDE'
29
'ttf-liberation: fix fonts for some PDFs - CRBug #369991'
30
'xdg-utils'
31
)
32
options=(!strip !zipman)
33
source=("https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/${_pkgname}-${_channel}_${pkgver}-1_amd64.deb"
34
"microsoft-edge-stable.sh"
35
"Microsoft Standard Application License Terms - Standalone (free) Use Terms.pdf")
36
sha256sums=('3b22d5958d792df075f8587cb39ea224823db84850608ddb5ea849e9b464ba76'
37
'dc3765d2de6520b13f105b8001aa0e40291bc9457ac508160b23eea8811e26af'
38
'edf2ed596eb068f168287fc76aa713ad5e0afb59f0a0a47a4f29c0c124ade15e')
39
40
package() {
41
bsdtar -xf data.tar.xz -C "$pkgdir/"
42
43
# suid sandbox
44
chmod 4755 "${pkgdir}/opt/microsoft/${_pkgshortname}/msedge-sandbox"
45
46
# 256 and 24 are proper colored icons
47
for res in 128 64 48 32; do
48
magick "${pkgdir}/opt/microsoft/${_pkgshortname}/product_logo_256.png" \
49
-resize ${res}x${res} \
50
"${pkgdir}/opt/microsoft/${_pkgshortname}/product_logo_${res}.png"
51
done
52
for res in 22 16; do
53
magick "${pkgdir}/opt/microsoft/${_pkgshortname}/product_logo_24.png" \
54
-resize ${res}x${res} \
55
"${pkgdir}/opt/microsoft/${_pkgshortname}/product_logo_${res}.png"
56
done
57
58
# install icons
59
for res in 16 24 32 48 64 128 256; do
60
install -Dm644 "${pkgdir}/opt/microsoft/${_pkgshortname}/product_logo_${res}.png" \
61
"${pkgdir}/usr/share/icons/hicolor/${res}x${res}/apps/${_pkgname}.png"
62
done
63
64
# User flag aware launcher
65
install -m755 microsoft-edge-stable.sh "${pkgdir}/usr/bin/microsoft-edge-stable"
66
# License
67
install -Dm644 'Microsoft Standard Application License Terms - Standalone (free) Use Terms.pdf' "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE.pdf"
68
rm "${pkgdir}/opt/microsoft/${_pkgshortname}"/product_logo_*.png
69
}
70
Changes since previous scan
--- PKGBUILD @ 2026-09-06 00:17+++ PKGBUILD @ 2026-09-18 07:27@@ -10,7 +10,7 @@ _pkgname=microsoft-edge _pkgshortname=msedge _channel=stable-pkgver=152.0.4191.62+pkgver=153.0.4234.46 pkgrel=1 pkgdesc="A browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier" arch=('x86_64')@@ -33,7 +33,7 @@ source=("https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/${_pkgname}-${_channel}_${pkgver}-1_amd64.deb" "microsoft-edge-stable.sh" "Microsoft Standard Application License Terms - Standalone (free) Use Terms.pdf")-sha256sums=('4b352cb0d81b151c10719519a1415efd92570a1c9d57f055e5e5d80f6c99ba0d'+sha256sums=('3b22d5958d792df075f8587cb39ea224823db84850608ddb5ea849e9b464ba76' 'dc3765d2de6520b13f105b8001aa0e40291bc9457ac508160b23eea8811e26af' 'edf2ed596eb068f168287fc76aa713ad5e0afb59f0a0a47a4f29c0c124ade15e') Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-18 07:27:46 | Low | 1 |
| 2026-09-06 00:17:06 | Clean | 2 |
| 2026-09-05 09:59:47 | Low | 1 |
| 2026-09-05 00:16:27 | Medium | 2 |
| 2026-09-04 00:03:13 | Medium | 2 |
| 2026-09-03 11:53:08 | Medium | 2 |
| 2026-08-29 00:29:17 | Clean | 2 |
| 2026-08-28 07:34:53 | Low | 1 |
| 2026-08-26 00:12:07 | Clean | 2 |
| 2026-08-25 07:25:49 | Low | 1 |
| 2026-08-22 00:02:17 | Clean | 2 |
| 2026-08-21 09:14:41 | Low | 1 |
| 2026-08-18 00:03:42 | Clean | 2 |
| 2026-08-17 21:37:43 | Low | 1 |
| 2026-08-15 00:26:13 | Clean | 2 |
| 2026-08-14 07:28:04 | Low | 1 |
| 2026-08-14 00:03:41 | Low | 2 |
| 2026-08-13 00:17:07 | Low | 2 |
| 2026-08-12 00:27:08 | Low | 2 |
| 2026-08-11 00:07:57 | Low | 2 |