mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 15:53:36 +01:00
updated package-info
Former-commit-id: fe210fb0ea9a25612dc869e6086f4d63c29e282b
This commit is contained in:
@@ -1,13 +1,6 @@
|
||||
/**
|
||||
* <html>
|
||||
* <head>
|
||||
* <title>org.owasp.dependencycheck.agent</title>
|
||||
* </head>
|
||||
* <body>
|
||||
* The agent package holds an agent API that can be used by other applications that have information about dependencies;
|
||||
* but would rather implement something in their code directly rather then spawn a process to run the entire
|
||||
* dependency-check engine. This basically provides programmatic access to running a scan.
|
||||
* </body>
|
||||
* </html>
|
||||
* The agent package holds an agent API that can be used by other applications that have information about dependencies; but would
|
||||
* rather implement something in their code directly rather then spawn a process to run the entire dependency-check engine. This
|
||||
* basically provides programmatic access to running a scan.
|
||||
*/
|
||||
package org.owasp.dependencycheck.agent;
|
||||
|
||||
Reference in New Issue
Block a user