updated language list to include php

This commit is contained in:
Jeremy Long
2015-09-20 06:39:55 -04:00
parent d73d138b3f
commit fbc4d46962

View File

@@ -2,11 +2,11 @@ About
==================== ====================
OWASP dependency-check is an open source solution the OWASP Top 10 2013 entry: OWASP dependency-check is an open source solution the OWASP Top 10 2013 entry:
[A9 - Using Components with Known Vulnerabilities](https://www.owasp.org/index.php/Top_10_2013-A9-Using_Components_with_Known_Vulnerabilities). [A9 - Using Components with Known Vulnerabilities](https://www.owasp.org/index.php/Top_10_2013-A9-Using_Components_with_Known_Vulnerabilities).
Dependency-check can currently be used to scan Java, .NET, Python, Ruby and Dependency-check can currently be used to scan Java, .NET, Python, Ruby (gemspec), PHP (composer), and
Node.js applications (and their dependent libraries) to identify known Node.js applications (and their dependent libraries) to identify known
vulnerable components. In addition, Dependency-check can be used to scan some vulnerable components. In addition, Dependency-check can be used to scan some
source code, including OpenSSL source code and source code for projects that source code, including OpenSSL source code and projects that use
use [Autoconf](https://www.gnu.org/software/autoconf/) or [Autoconf](https://www.gnu.org/software/autoconf/) or
[CMake](http://www.cmake.org/overview/). [CMake](http://www.cmake.org/overview/).
The problem with using known vulnerable components was covered in a paper by The problem with using known vulnerable components was covered in a paper by