| Package | Description |
|---|---|
| org.owasp.dependencycheck.data.nuget |
Contains classes related to parsing Nuget related files
These are used to abstract away Nuget-related handling from Dependency Check so they can be used elsewhere. |
| Class and Description |
|---|
| MSBuildProjectParseException
Exception during the parsing of a MSBuild Project file.
|
| MSBuildProjectParser
Interface defining methods for parsing a MSBuild project file.
|
| NugetconfParseException
Exception during the parsing of a packages.config file.
|
| NugetconfParser
Interface defining methods for parsing a packages.config file.
|
| NugetPackage
Represents the contents of a Nuspec manifest.
|
| NugetPackageReference
Represents a reference to a NuGet package and version.
|
| NuspecParseException
Exception during the parsing of a Nuspec file.
|
| NuspecParser
Interface defining methods for parsing a Nuspec file.
|
Copyright © 2012–2020 OWASP. All rights reserved.