
Research
/Security News
Malicious npm Packages Target WhatsApp Developers with Remote Kill Switch
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.
github.com/Laravelium/laravel-sitemap
Laravelium Sitemap generator for Laravel.
Run the following command and provide the latest stable version (e.g v7.0.*) :
composer require laravelium/sitemap
or add the following to your composer.json
file :
"laravelium/sitemap": "7.0.*"
(development branch)
"laravelium/sitemap": "7.0.x-dev"
"laravelium/sitemap": "6.0.*"
(development branch)
"laravelium/sitemap": "6.0.x-dev"
"laravelium/sitemap": "3.1.*"
(development branch)
"laravelium/sitemap": "3.1.x-dev"
"laravelium/sitemap": "3.0.*"
(development branch)
"laravelium/sitemap": "3.0.x-dev"
"laravelium/sitemap": "2.8.*"
(development branch)
"laravelium/sitemap": "2.8.x-dev"
"laravelium/sitemap": "2.7.*"
(development branch)
"laravelium/sitemap": "2.7.x-dev"
Publish needed assets (styles, views, config files) :
php artisan vendor:publish --provider="Laravelium\Sitemap\SitemapServiceProvider"
Note: Composer won't update them after composer update
, you'll need to do it manually!
and more in the Wiki.
Before submiting new merge request or creating new issue, please read contribution guidelines.
This package is open-sourced software licensed under the MIT license.
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
/Security News
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.
Research
/Security News
Socket uncovered 11 malicious Go packages using obfuscated loaders to fetch and execute second-stage payloads via C2 domains.
Security News
TC39 advances 11 JavaScript proposals, with two moving to Stage 4, bringing better math, binary APIs, and more features one step closer to the ECMAScript spec.