{"id":25249670,"url":"https://github.com/enlightn/laravel-security-checker","last_synced_at":"2025-10-26T23:31:03.437Z","repository":{"id":43694845,"uuid":"359903327","full_name":"enlightn/laravel-security-checker","owner":"enlightn","description":"Scan your Laravel app dependencies for known security vulnerabilities.","archived":false,"fork":false,"pushed_at":"2023-03-02T15:14:48.000Z","size":83,"stargazers_count":41,"open_issues_count":2,"forks_count":9,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-10T07:36:17.275Z","etag":null,"topics":["laravel","security","vulnerability-scanner"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/enlightn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-04-20T17:46:38.000Z","updated_at":"2025-01-16T03:53:14.000Z","dependencies_parsed_at":"2024-06-21T19:21:44.885Z","dependency_job_id":"ad8105f0-3370-4d22-9cd4-4b12d08d3fd2","html_url":"https://github.com/enlightn/laravel-security-checker","commit_stats":{"total_commits":16,"total_committers":1,"mean_commits":16.0,"dds":0.0,"last_synced_commit":"b7acce383929bac1f86433d1a8db7dd7dcd7be8e"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enlightn%2Flaravel-security-checker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enlightn%2Flaravel-security-checker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enlightn%2Flaravel-security-checker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enlightn%2Flaravel-security-checker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/enlightn","download_url":"https://codeload.github.com/enlightn/laravel-security-checker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238410471,"owners_count":19467412,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["laravel","security","vulnerability-scanner"],"created_at":"2025-02-12T03:39:34.480Z","updated_at":"2025-10-26T23:31:03.064Z","avatar_url":"https://github.com/enlightn.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Enlightn Security Checker for Laravel\n\n![tests](https://github.com/enlightn/laravel-security-checker/workflows/Tests/badge.svg?branch=main)\n[![MIT Licensed](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)\n[![Latest Stable Version](https://poser.pugx.org/enlightn/laravel-security-checker/v/stable?format=flat-square)](https://packagist.org/packages/enlightn/laravel-security-checker)\n\nThis package includes an Artisan command that checks if your application uses dependencies with known security vulnerabilities. It is a wrapper around the [Enlightn Security Checker](https://github.com/enlightn/security-checker).\n\n## Installation\n\nYou may use Composer to install the package on your Laravel application:\n\n```bash\ncomposer require --dev enlightn/laravel-security-checker\n```\n\n## Usage\n\nTo check for security vulnerabilities in your dependencies, you may run the `security:check` Artisan command: \n\n```bash\nphp artisan security:check\n```\n\n![sec-checker](https://user-images.githubusercontent.com/16099046/115501322-a4466800-a290-11eb-9242-ba1ac41912a0.png)\n\n\n## Options \u0026 Arguments\n\n### Composer Lock File\n\nYou may specify a custom location for your `composer.lock` file, using the optional argument:\n\n```bash\nphp artisan security:check /path/to/composer.lock\n```\n\n### Format\n\nBy default, this command displays the result in ANSI. You may use the `--format` option to display the result in JSON instead:\n\n```bash\nphp artisan security:check --format=json\n```\n\n### Exclude Dev Dependencies\n\nIf you would like to exclude dev dependencies from the vulnerabilities scanning, you may use the `--no-dev` option (defaults to false):\n\n```bash\nphp artisan security:check --no-dev\n```\n\n### Custom Directory for Caching Advisories Database\n\nBy default, the `security:check` command uses the directory returned by the `sys_get_temp_dir` PHP function for storing the cached advisories database. If you wish to modify the directory, you may use the `--temp-dir` option:\n\n```bash\nphp artisan security:check --temp-dir=/tmp\n```\n\n## Contribution Guide\n\nThank you for considering contributing to the Enlightn security checker project! The contribution guide can be found [here](https://www.laravel-enlightn.com/docs/getting-started/contribution-guide.html).\n\n## License\n\nThe Enlightn security checker for Laravel is licensed under the [MIT license](LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenlightn%2Flaravel-security-checker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fenlightn%2Flaravel-security-checker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenlightn%2Flaravel-security-checker/lists"}