fix: security update#666
Open
pandigresik wants to merge 3 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request: Update Security Dependencies
Deskripsi Singkat
Update dependency keamanan pada package NPM dan PHP untuk memperbaiki kerentanan yang terdeteksi oleh
npm auditdancomposer audit.What & Why
^0.30ke^1.16.1- memperbaiki kerentanan keamanan dan mendapatkan fitur terbaru termasuk HTTPS proxy support^6.0.6ke^6.0.3untuk kompatibilitas dengan dependency tree yang lebih aman1.30.2ke1.30.4- perbaikan bug dan keamananPerubahan yang Dilakukan
1.
package.json2.
package-lock.json- Dependency UpdatesNew dependencies added:
agent-base@6.0.2- Required by https-proxy-agenthttps-proxy-agent@5.0.1- Required by axios 1.x for proxy support3.
composer.lock- PHP Dependency UpdatesAlasan Perubahan
proxy-from-env2.x dan menambahkanhttps-proxy-agentDampak Perubahan
Dampak Positif
Dampak yang Perlu Diperhatikan
laravel-mixversi diturunkan dari^6.0.6ke^6.0.3untuk menjaga kompatibilitas - perlu verifikasi build tetap berjalanellipticvulnerability (CVE-2025-14505) masih ada karena belum ada patch upstream - low severity, build-time onlyTidak Berdampak Pada
Steps to Reproduce / Testing
1. Verifikasi NPM Audit
Pastikan tidak ada vulnerability high/critical yang tersisa.
2. Verifikasi Build Process
Pastikan asset compilation berjalan tanpa error.
3. Verifikasi PHP Dependencies
Pastikan semua PHP dependencies terinstall dengan benar.
4. Test Aplikasi
php artisan testnpm run test:e2eTesting Checklist
npm installberhasil tanpa errornpm run prodberhasil compile assetscomposer installberhasil tanpa errorphp artisan test)npm run test:e2e)npm auditmenunjukkan 0 high/critical vulnerabilitiesScreenshots
Catatan Tambahan