Skip to content

Commit b0e56b6

Browse files
authored
Merge pull request #58 from Halleck45/fix_broken_links
remove dead links
2 parents 9c18e43 + 3fba1ff commit b0e56b6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ Tools to report issues in code that are or lead to bugs.
7070
* [SonarQube](http://www.sonarqube.org/) - An open platform to manage code quality. It covers PHP code.
7171
* [Side Channel Analyzer](https://github.com/olivo/side-channel-analyzer) - Search for side-channel vulnerable code.
7272
* [TaintPHP](https://github.com/olivo/TaintPHP.git) - Static Taint Analyzer.
73-
* [Taint'em All](http://taint.spro.ink/) - A taint analysis tool for the PHP language, it makes use of Static Taint Analysis + Symbolic Execution.
7473
* [Tuli](https://github.com/ircmaxell/Tuli) - A static analysis engine.
7574
* [Unused-scanner](https://github.com/Insolita/unused-scanner.git) - Detect unused composer dependencies
7675
* [WAP](https://www.owasp.org/index.php/OWASP_WAP-Web_Application_Protection) - Tool to detect and correct input validation vulnerabilities in PHP (4.0 or higher) web applications and predicts false positives.
@@ -152,14 +151,13 @@ Online services for PHP code, provide dashboards. They may use the previous tool
152151

153152

154153
* [Bliss](https://blissai.com/index.html) - Automatically reviews code in real-time and shows how much it's worth in lines of code.
155-
* [Checkmarx](http://lp.checkmarx.com/php-code-analysis/) - Get a full PHP static security code analysis and prevent security vulnerabilities.
156154
* [Codacy](https://www.codacy.com/) - Codacy: Automated Code Review.
157155
* [CodeBeaat](https://codebeat.co/) - Decrease technical debt. Find refactoring opportunities.
158156
* [Code Climate](https://codeclimate.com) - Hosted static analysis for Ruby, PHP and JavaScript source code.
159157
* [CodeScene](https://codescene.io/) - Prioritize technical debt in PHP, JavaScript, etc.
160158
* [Codegrip](https://www.codegrip.tech/) - Smarter & Secure way to Code Review
161159
* [Deepsource](https://deepsource.io/) - DeepSource is a modern static analysis platform, built for engineering teams who move fast and don’t break things.
162-
* [Insight](https://insight.sensiolabs.com/) - A SensioLabs tool to analyzes source code to find problems that degrade the overall quality of your projects.
160+
* [Insight](https://insight.symfony.com/) - A SensioLabs tool to analyzes source code to find problems that degrade the overall quality of your projects.
163161
* [Insphpect](https://insphpect.com/) - Insphpect is an automated code review tool which identifies inflexibilities in PHP code and helps you write better software.
164162
* [RIPS](https://www.ripstech.com/) - The superior security software for PHP applications. Source code static analyser for vulnerabilities.
165163
* [Scrutinizer](https://scrutinizer-ci.com/) - Improve code quality and find bugs before they hit production with our continuous inspection platform.
@@ -176,5 +174,4 @@ Online services for PHP code, provide dashboards. They may use the previous tool
176174
* [Fixtro](https://github.com/karlosagudo/fixtro) - A wrapper that allow to run in each precommit. It install itself all the dependencies for the runners with a lot of them (phpunit, phpmd, php-cs-fixer, etc..)
177175
* [Coverage Checker](https://github.com/exussum12/coverageChecker) - A tool which allows some of the tools here to be enforced on changed code only. Good for moving towards new standards
178176
* [Composer Require Checker](https://github.com/maglnet/ComposerRequireChecker) - A CLI tool to check whether a specific composer package uses imported symbols that aren't part of its direct composer dependencies
179-
* [phpstaticanalysis.com](https://phpstaticanalysis.com/demo) - A website that lets you try some PHP static analysis command-line tools online
180177
* [Static Analysis Results Baseliner](https://github.com/DaveLiddament/sarb) - A tool for generating a baseline from static analysis tools.

0 commit comments

Comments
 (0)