Logo
Explore Help
Sign In
rogarithm/php-security-linter
1
0
Fork 0
You've already forked php-security-linter
Code Issues Pull Requests Actions Packages Projects Releases 1 Wiki Activity
Files
5356f7d2f8f9a6376b0a27fc862f79f4590b7f15
php-security-linter/composer.json

17 lines
372 B
JSON
Raw Normal View History

Initial commit: PHP/Laravel Security Linter v1.0.0 A static security analysis tool for PHP and Laravel applications with recursive taint analysis capabilities. Features: - Comprehensive vulnerability detection (XSS, SQL Injection, Command Injection, Path Traversal, CSRF, Authentication issues) - Recursive taint analysis across function calls - Blade template analysis with context-aware XSS detection - Smart escape detection and escape bypass detection - Syntax highlighting in terminal output - Multi-language support (Japanese/English) - Docker support for easy deployment - Multiple output formats (text, JSON, HTML, SARIF, Markdown) - CI/CD integration ready (GitHub Actions, GitLab CI) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-31 15:18:53 +09:00
{
"name": "security-linter/php-laravel",
"description": "Security linter for PHP and Laravel applications",
"type": "project",
"license": "MIT",
"autoload": {
"psr-4": {
"SecurityLinter\\": "src/"
}
},
"require": {
"php": ">=8.1",
"nikic/php-parser": "^5.0"
},
"bin": ["bin/security-lint"]
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 51ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API