AUR AI Reviewer

Review Results

Version #2070 of microsoft-edge-stable-bin · commit 6782375f2cd4 · status Reviewed

Risk 0/5 · Safe .SRCINFO
Result #1843

Comment

The change only bumps pkgver in .SRCINFO from 151.0.4129.72 to 151.0.4129.78. No sources, checksums, build logic, install scripts, or permissions are altered in the reviewed hunk, so there is no new security concern visible here. This is a routine version metadata update.

@@ -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.72
+	pkgver = 151.0.4129.78
 	pkgrel = 1
 	url = https://www.microsoftedgeinsider.com/en-us/download
 	arch = x86_64
Risk 0/5 · Safe .SRCINFO
Result #1844

Comment

The change only updates the pinned Microsoft Edge .deb version and its corresponding SHA-256 in .SRCINFO. The source remains the official Microsoft packages repository over HTTPS, with no new build steps, scripts, or packaging logic introduced. This is a routine upstream version bump in a binary package and does not add any obvious supply-chain or persistence risk beyond the inherent trust in the vendor-supplied binary already present in the package.

@@ -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.72-1_amd64.deb
+	source = https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/microsoft-edge-stable_151.0.4129.78-1_amd64.deb
 	source = microsoft-edge-stable.sh
 	source = Microsoft Standard Application License Terms - Standalone (free) Use Terms.pdf
-	sha256sums = babd5ea470a86c84615e23a7d5aaf4e1be6811b3af1229bc234d78bdc6b4f55a
+	sha256sums = 38161c8c49dc88f1dc1c9797d78a63064611e1490b8c2ca290afa0677027ef8b
 	sha256sums = dc3765d2de6520b13f105b8001aa0e40291bc9457ac508160b23eea8811e26af
 	sha256sums = edf2ed596eb068f168287fc76aa713ad5e0afb59f0a0a47a4f29c0c124ade15e
 
Risk 0/5 · Safe PKGBUILD
Result #1845

Comment

The change is a routine version bump in PKGBUILD from 151.0.4129.72 to 151.0.4129.78 with no accompanying changes to sources, checksums, build logic, install scripts, or packaging behavior. Based on the provided diff, there are no new security red flags such as added network fetches, privilege changes, persistence mechanisms, or integrity regressions.

@@ -10,7 +10,7 @@ pkgname=microsoft-edge-stable-bin
 _pkgname=microsoft-edge
 _pkgshortname=msedge
 _channel=stable
-pkgver=151.0.4129.72
+pkgver=151.0.4129.78
 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 #1846

Comment

The change only bumps the packaged Microsoft Edge version from 151.0.4129.72 to 151.0.4129.78 and updates the corresponding SHA256 checksum for the official Microsoft-hosted .deb source. No new sources, scripts, install hooks, permissions changes, or build-time network behavior were introduced in this diff. This appears to be a routine upstream version refresh with integrity metadata updated accordingly.

@@ -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=('babd5ea470a86c84615e23a7d5aaf4e1be6811b3af1229bc234d78bdc6b4f55a'
+sha256sums=('38161c8c49dc88f1dc1c9797d78a63064611e1490b8c2ca290afa0677027ef8b'
             'dc3765d2de6520b13f105b8001aa0e40291bc9457ac508160b23eea8811e26af'
             'edf2ed596eb068f168287fc76aa713ad5e0afb59f0a0a47a4f29c0c124ade15e')