AUR AI Reviewer

Review Results

Version #2164 of microsoft-edge-stable-bin · commit 2652774952b4 · status Reviewed

Risk 0/5 · Safe .SRCINFO
Result #2194

Comment

The change only bumps the package version in .SRCINFO from 151.0.4129.93 to 151.0.4129.101. No sources, checksums, install scripts, permissions, or build logic are altered, and there are no new network, privilege, or persistence concerns visible in this diff. This is a routine metadata update with no apparent security impact.

@@ -1,6 +1,6 @@
 pkgbase = microsoft-edge-stable-bin
 	pkgdesc = A browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier
-	pkgver = 151.0.4129.93
+	pkgver = 151.0.4129.101
 	pkgrel = 1
 	url = https://www.microsoftedgeinsider.com/en-us/download
 	arch = x86_64
Risk 0/5 · Safe .SRCINFO
Result #2195

Comment

The change is a straightforward source/version bump for the Microsoft Edge binary package: it updates the upstream .deb URL from 151.0.4129.93-1 to 151.0.4129.101-1 and refreshes the corresponding SHA-256 checksum. The source remains on the official Microsoft HTTPS repository, there are no new build-time commands, no added scripts, and no changes to install/persistence behavior. This looks like a routine package update with no evident security regression in the .SRCINFO diff provided.

@@ -29,10 +29,10 @@ pkgbase = microsoft-edge-stable-bin
 	conflicts = edge
 	options = !strip
 	options = !zipman
-	source = https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/microsoft-edge-stable_151.0.4129.93-1_amd64.deb
+	source = https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/microsoft-edge-stable_151.0.4129.101-1_amd64.deb
 	source = microsoft-edge-stable.sh
 	source = Microsoft Standard Application License Terms - Standalone (free) Use Terms.pdf
-	sha256sums = 09e3819fcd01e526cf4c26dab8a028679ced0cfd73ce89418c773c47ca366ebf
+	sha256sums = bd7604025424914a61c06293cb6bf269141a29d8c54cf1997110bc96d3365d60
 	sha256sums = dc3765d2de6520b13f105b8001aa0e40291bc9457ac508160b23eea8811e26af
 	sha256sums = edf2ed596eb068f168287fc76aa713ad5e0afb59f0a0a47a4f29c0c124ade15e
 
Risk 0/5 · Safe PKGBUILD
Result #2196

Comment

The change is a simple version bump in PKGBUILD from 151.0.4129.93 to 151.0.4129.101 with no other packaging logic changes. Based on the provided diff, there are no new sources, scripts, install hooks, permissions changes, or build-time network/download behavior introduced. This appears to be a routine upstream version update with low security risk.

@@ -10,7 +10,7 @@ pkgname=microsoft-edge-stable-bin
 _pkgname=microsoft-edge
 _pkgshortname=msedge
 _channel=stable
-pkgver=151.0.4129.93
+pkgver=151.0.4129.101
 pkgrel=1
 pkgdesc="A browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier"
 arch=('x86_64')
Risk 0/5 · Safe PKGBUILD
Result #2197

Comment

The change is a routine version bump for a binary package, with the only substantive security-relevant modification being an updated SHA-256 checksum for the Microsoft-hosted .deb source. The source remains HTTPS and points to the official Microsoft package repository; no new sources, scripts, install hooks, or build-time network behavior were introduced by this diff. I do not see evidence of added persistence, privilege escalation, or integrity regressions in the reviewed hunk.

@@ -33,7 +33,7 @@ options=(!strip !zipman)
 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=('09e3819fcd01e526cf4c26dab8a028679ced0cfd73ce89418c773c47ca366ebf'
+sha256sums=('bd7604025424914a61c06293cb6bf269141a29d8c54cf1997110bc96d3365d60'
             'dc3765d2de6520b13f105b8001aa0e40291bc9457ac508160b23eea8811e26af'
             'edf2ed596eb068f168287fc76aa713ad5e0afb59f0a0a47a4f29c0c124ade15e')