| 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. |
| Modifier and Type | Class and Description |
|---|---|
class |
NugetPackage
Represents the contents of a Nuspec manifest.
|
| Modifier and Type | Method and Description |
|---|---|
List<NugetPackageReference> |
XPathMSBuildProjectParser.parse(InputStream stream)
Parses the given stream for MSBuild PackageReference elements.
|
List<NugetPackageReference> |
MSBuildProjectParser.parse(InputStream stream)
Parse an input stream and returns a collection of
NugetPackageReference objects. |
List<NugetPackageReference> |
NugetconfParser.parse(InputStream stream)
Parse an input stream and return the resulting
NugetPackage. |
List<NugetPackageReference> |
XPathNugetconfParser.parse(InputStream stream)
Parse an input stream and return the resulting
NugetPackage. |
Copyright © 2012–2020 OWASP. All rights reserved.