| 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 |
|---|---|
java.util.List<NugetPackageReference> |
XPathNugetconfParser.parse(java.io.InputStream stream)
Parse an input stream and return the resulting
NugetPackage. |
java.util.List<NugetPackageReference> |
XPathMSBuildProjectParser.parse(java.io.InputStream stream,
java.util.Properties props,
java.util.Map<java.lang.String,java.lang.String> centrallyManaged)
Parses the given stream for MSBuild PackageReference elements.
|
Copyright© 2012-21 Jeremy Long. All Rights Reserved.