Web service for Security Advisories Checker is discontinued

This commit is contained in:
maik
2021-01-19 18:08:46 +01:00
committed by GitHub
parent e507f1f2d3
commit c8c8abe1e2

View File

@@ -86,7 +86,7 @@ that can monitor dependencies and send you alerts on updates.
### Checking your dependencies for security issues ### Checking your dependencies for security issues
The [Security Advisories Checker] is a web service and a command-line tool, both will examine your `composer.lock` The [Local PHP Security Checker] is a command-line tool, which will examine your `composer.lock`
file and tell you if you need to update any of your dependencies. file and tell you if you need to update any of your dependencies.
### Handling global dependencies with Composer ### Handling global dependencies with Composer
@@ -108,6 +108,6 @@ packages' binaries available everywhere, you'd then add the `~/.composer/vendor/
[Packagist]: https://packagist.org/ [Packagist]: https://packagist.org/
[Twig]: https://twig.symfony.com/ [Twig]: https://twig.symfony.com/
[libraries.io]: https://libraries.io/ [libraries.io]: https://libraries.io/
[Security Advisories Checker]: https://security.symfony.com/ [Local PHP Security Checker]: https://github.com/fabpot/local-php-security-checker
[Learn about Composer]: https://getcomposer.org/doc/00-intro.md [Learn about Composer]: https://getcomposer.org/doc/00-intro.md
[ComposerSetup]: https://getcomposer.org/Composer-Setup.exe [ComposerSetup]: https://getcomposer.org/Composer-Setup.exe