mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-23 01:29:43 +01:00
updated javadoc
Former-commit-id: d98e6f3a7be907ea4e15b4e2555f7566fc5c476b
This commit is contained in:
@@ -1,13 +1,11 @@
|
|||||||
/**
|
/**
|
||||||
* <html>
|
* <html>
|
||||||
* <head>
|
* <head>
|
||||||
* <title>org.owasp.dependencycheck.scanner</title>
|
* <title>org.owasp.dependencycheck.analyzer</title>
|
||||||
* </head>
|
* </head>
|
||||||
* <body>
|
* <body>
|
||||||
* The scanner package contains the utilities to scan files and directories for
|
* Analyzers are used to inspect the identified dependencies, collect Evidence,
|
||||||
* dependencies. Analyzers are used to inspect the identified dependencies and
|
* and process the dependencies.
|
||||||
* collect Evidence. This evidence is then used to determine if the dependency
|
|
||||||
* has a known CPE.
|
|
||||||
* </body>
|
* </body>
|
||||||
* </html>
|
* </html>
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user